WebRadioApp  0.1
Radio Class Reference

Radio Object. More...

#include <radio.h>

Collaboration diagram for Radio:

Public Member Functions

 Radio ()
 Construct a new Radio object. More...
 
void printIPv4Addresses ()
 Print All IPV4 Addresses. More...
 
string getIPv4Address (int addr)
 get IPV4 Address More...
 
unsigned long getIPv4AddressUint (int addr)
 get IPV4 Address More...
 
void printIPv6Addresses ()
 Print All IPV6 Addresses. More...
 
string getIPv6Address (int addr)
 get IPV6 Address More...
 
unsigned long getIPv6AddressUint (int addr)
 get IPV6 Address More...
 
 Radio (struct netif *gnetif)
 Construct a new Radio:: Radio object. More...
 

Data Fields

string status
 
Mp3Playerm_mp3
 
TcpClientm_connectionTcp
 

Detailed Description

Radio Object.

Functions definition


Constructor & Destructor Documentation

◆ Radio() [1/2]

Radio::Radio ( )

Construct a new Radio object.


◆ Radio() [2/2]

Radio::Radio ( struct netif *  gnetif)
inline

Construct a new Radio:: Radio object.


References gnetif.

Field Documentation

◆ m_connectionTcp

TcpClient* Radio::m_connectionTcp

◆ m_mp3

Mp3Player* Radio::m_mp3

◆ status

string Radio::status

The documentation for this class was generated from the following files: