#include <webradio.h>
Collaboration diagram for RADIOCONTROL:

Definition at line 51 of file webradio.h.
Data Fields | |
| u_char | rc_cstatus |
| Current status. | |
| u_int | rc_cstation |
| Current station. | |
| u_int | rc_rstation |
| Requested station. | |
| int | rc_cvolume |
| Current volume in dB. | |
| int | rc_rvolume |
| Requested volume in dB. | |
| STATIONINFO * | rc_sip |
| Pointer to the station info structure. | |
| RECEIVERINFO * | rc_rip |
| Pointer to the receiver info structure. | |
| PLAYERINFO * | rc_pip |
| Pointer to the player info structure. | |
|
|
Current status.
Definition at line 52 of file webradio.h. |
|
|
Current station.
Definition at line 53 of file webradio.h. |
|
|
Requested station.
Definition at line 54 of file webradio.h. |
|
|
Current volume in dB.
Definition at line 55 of file webradio.h. |
|
|
Requested volume in dB.
Definition at line 56 of file webradio.h. |
|
|
Pointer to the station info structure.
Definition at line 57 of file webradio.h. |
|
|
Pointer to the receiver info structure.
Definition at line 58 of file webradio.h. Referenced by CgiControl(). |
|
|
Pointer to the player info structure.
Definition at line 59 of file webradio.h. Referenced by CgiControl(). |
1.4.4