Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
.gif)
10/16/2008
This method returns the status of the FM radio.
Syntax
BYTE GetRadioStatus();
Parameters
None.
Return Value
Returns a BYTE that indicates the status of the FM radio. It can be one of the following:
| Value | Description |
|---|---|
0x00 |
The FM radio is turned OFF. |
0xFF |
The FM radio is turned ON. |
Remarks
If an application wants to query for the current status of the FM radio without changing the status, it can call DBR701::GetTuningData.
Requirements
| Header | DBRLib.h |
| Library | DBRLib.lib |
| Windows Embedded CE | Windows CE 5.0, Windows Embedded NavReady 2009 |