|
Public Types |
| enum | |
| | Want update notification.
|
| enum | |
| | Want update notification.
|
| enum | |
| | If the item is a reply message.
|
| enum | |
| | Update notification.
|
| enum | |
| | Mask off special flags in command.
|
| enum | |
| | Mask off all flags.
|
Public Member Functions |
|
GUID * | Address () |
| | Returns a pointer to the current address.
|
|
| operator GUID * () |
| | Returns a pointer to the current address.
|
| virtual BOOL | ReadPacket (LPVOID pBuf, DWORD dwSize) |
| | Reads raw serial data from the incomming data port.
|
|
virtual BOOL | VerifyPacket () |
| | Returns Non-zero if there is currently a valid packet in the buffer.
|
| virtual BOOL | OnWrite () |
| | Called when new raw data is ready to be written.
|
|
| CNetMsg () |
| | Default constructor.
|
|
virtual | ~CNetMsg () |
| | Destructor.
|
|
LPCTSTR | GetConnectionName () |
| | Retrieves the connection name (usually ip address or com port).
|
|
void | SetConnectionName (LPCTSTR pName) |
| | Sets the connection name (usually ip address or com port).
|
|
const GUID * | GetConnectionId () |
| | Returns the connection ID.
|
| void | GetConnectionId (GUID *pGuid) |
| | Returns the connection ID.
|
| void | SetConnectionId (const GUID *pGuid) |
| | Sets the connection ID.
|
| void | SetConnectionDescription (LPCTSTR pDescription) |
| | Sets the connection description.
|
| LPCTSTR | GetConnectionDescription () |
| | Returns the connection description.
|
Classes |
| struct | SAddress |
| | This structure contains address and class information. More...
|
| struct | SConnection |
| | This structure carries information that uniquely identifies a client connection. More...
|
| struct | SMsg |
| | This structure carries information about a particular message. More...
|
This class wraps message data into packets for sending over the network layer. It also decodeds and verifys incomming data and prepares the data for dispatching.