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 class represents a radio-status message.
Syntax
class RadioStatusMsg : public Msg
Methods
| Method | Description |
|---|---|
Initializes the fields of this class by calling the Init method. |
|
Returns the MSN Direct service type for this radio-status message. |
|
Returns a pointer to the first byte of this message after the beginning-of-frame. |
|
Returns a pointer to the first byte of this radio-status message, including the bytes used for framing. |
|
Returns the status of the FM radio. |
|
Returns the current status of the FM radio in a human-readable string. |
|
Returns size of this radio-status message by calling RawMessageSize. |
|
Returns the size of this radio-status message, subtracting the bytes used for framing. |
|
Returns the transaction ID of this radio-status message. |
|
Initializes the fields of this class. |
|
Returns true if this radio-status message is a response message. |
|
Returns the size of this radio-status message. |
|
Sets the MSN Direct service type for this radio-status message. |
|
Computes the Cyclic Redundancy Check (CRC) value for this radio-status message. |
|
Sets the error code for this radio-status message. |
|
Requests that the FM radio be switched ON or switched OFF. |
|
Sets the last bit of the transaction ID to indicate whether this radio-status message is a response message. |
|
Sets the transaction ID for this radio-status message. |
Remarks
This message inherits from Msg Class.
When a radio-status message is initiated by the MSN Direct receiver, it communicates the current status of the FM radio. When a radio-status message is initiated by the host device, it requests to change the status of the FM radio.
If the MSN Direct service type of the incoming message is FM_RADIO_STATUS, then the message is a radio-status message. You can typecast it to a RadioStatusMsg object.
Requirements
| Windows Embedded CE | Windows CE 5.0, Windows Embedded NavReady 2009 |