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 is the superclass of all message classes in MSN Direct Services. This class provides virtual methods which all message classes implement.
Syntax
class Msg
Methods
| Method | Description |
|---|---|
Creates an empty message class. |
|
Converts the specified application ID to a human-readable string. |
|
Writes output to the debugger for this message. |
|
Can be implemented in a subclass to return the application type. |
|
Can be implemented to return a pointer to the first byte of the message after the beginning-of-frame. |
|
Can be implemented in a subclass to return a pointer to the first byte of the message, which includes the beginning-of-frame. |
|
Can be implemented in a subclass to return the size of the message, subtracting the bytes used for framing. |
|
Can be implemented in a subclass to return the size of the message, which includes framing. |
|
Can be implemented in a subclass to return the transaction ID of the current message. |
|
Can be implemented to return true if this message contains only the error code in its payload. |
|
Can be implemented in a subclass to return true if this message is a response message. |
|
Can be implemented in a subclass to set the transaction ID of the current message. |
Requirements
| Header | DBRLib.h |
| Library | DBRLib.lib |
| Windows Embedded CE | Windows CE 5.0, Windows Embedded NavReady 2009 |