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 requests the status on whether the MSN Direct receiver is currently subscribed to MSN Direct Services over the Microsoft DirectBand wireless datacasting network.
Syntax
int GetSubscriberStatus();
Parameters
None.
Return Value
Returns the transaction ID of the request that is sent to the MSN Direct receiver; returns -1 if the request fails.
Remarks
The GetSubscriberStatus method uses RequestSync to perform the transaction, with SUBSCRIBER_STATUS specified in the applicationType parameter.
The subscriber-status messages are returned asynchronously in the messageFromReceiver parameter of the ProcessInMessageFromReceiver call. You can parse this type of message by using the SubscriberStatusMsg object.
Requirements
| Header | DBR701.h |
| Library | DBRLib.lib |
| Windows Embedded CE | Windows CE 5.0, Windows Embedded NavReady 2009 |