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

The Kinect Category Message base class. More...

#include <wclMessaging.h>

Inheritance diagram for CwclKinectCategoryMessage:
CwclMessage

Public Member Functions

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

See also
CwclMessage