SubscriberStatusMsg Class

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This class represents a subscriber-status message.

Syntax

class SubscriberStatusMsg : public Msg 

Method

Method Description

SubscriberStatusMsg::GetErrorCode

Returns the error code of this subscriber-status message.

SubscriberStatusMsg::GetLastReceived

Returns the date and time since the last packet was received.

SubscriberStatusMsg::GetSubKey

Returns the date and time since the last service key was received.

SubscriberStatusMsg::GetSubscriberStatus

Returns the status of the subscription to MSN Direct Services.

Remarks

This class inherits from Msg Class.

The host device can send this message to query for the subscriber status of the MSN Direct receiver. The receiver can send this message to communicate a change in subscriber status to the host device.

If the service type is SUBSCRIBER_STATUS, then the incoming message from the MSN Direct receiver includes information about the subscriber status. You can typecast it to a SubscriberStatusMsg object.

In MSN Direct services for Windows Embedded CE, the host device is the Windows Embedded CE powered device.

Requirements

Header DBRLib.h
Library DBRLib.lib
Windows Embedded CE Windows CE 5.0, Windows Embedded NavReady 2009

See Also

Reference

MSN Direct Services Classes
RegistrationMsg Class