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

The USB Category Message base class. More...

#include <wclMessaging.h>

Inheritance diagram for CwclUsbCategoryMessage:
CwclMessage

Public Member Functions

 CwclUsbCategoryMessage (const unsigned char Id)
 Creates new USB 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 USB Category Message base class.

See also
CwclMessage