Serial Framework C++ Edition
Public Member Functions | List of all members
CwclConnectionCategoryMessage Class Reference

The Connection Category Message base class. More...

#include <wclMessaging.h>

Inheritance diagram for CwclConnectionCategoryMessage:
CwclMessage

Public Member Functions

 CwclConnectionCategoryMessage (const unsigned char Id)
 Creates new Connection message object.
 
- Public Member Functions inherited from CwclMessage
 CwclMessage (const unsigned char Id, const unsigned char Category)
 Creates new message object.
 
virtual ~CwclMessage ()
 Frees the message object.
 
void AddRef ()
 Increments the reference count of the object. This method should be called for every new reference to the object.
 
void Release ()
 Decrements the reference count for the object.
 
unsigned char GetCategory () const
 Gets the message category ID.
 
 __declspec (property(get=GetCategory)) unsigned char Category
 Gets the message category ID.
 
unsigned char GetId () const
 Gets the message ID.
 
 __declspec (property(get=GetId)) unsigned char Id
 Gets the message ID.
 

Detailed Description

The Connection Category Message base class.

See also
CwclMessage