Public Member Functions

xn::ErrorStateCapability Class Reference
[C++ Reference]

#include <XnCppWrapper.h>

Inheritance diagram for xn::ErrorStateCapability:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ErrorStateCapability (XnNodeHandle hNode)
 ErrorStateCapability (const NodeWrapper &node)
XnStatus GetErrorState () const
XnStatus RegisterToErrorStateChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback)
void UnregisterFromErrorStateChange (XnCallbackHandle hCallback)

Detailed Description

Allows access to Error State capability functions. see Error State Capability for additional details.


Constructor & Destructor Documentation

xn::ErrorStateCapability::ErrorStateCapability ( XnNodeHandle  hNode  )  [inline]

Ctor

Parameters:
hNode [in] Node handle
xn::ErrorStateCapability::ErrorStateCapability ( const NodeWrapper node  )  [inline]

Member Function Documentation

XnStatus xn::ErrorStateCapability::GetErrorState (  )  const [inline]

Gets current error state of this node.

For full details and usage, see xnGetNodeErrorState

XnStatus xn::ErrorStateCapability::RegisterToErrorStateChange ( StateChangedHandler  handler,
void *  pCookie,
XnCallbackHandle hCallback 
) [inline]

Registers a callback function to error state changes.

For full details and usage, see xnRegisterToNodeErrorStateChange

void xn::ErrorStateCapability::UnregisterFromErrorStateChange ( XnCallbackHandle  hCallback  )  [inline]

Unregisters a callback function which was registered using xnRegisterToNodeErrorStateChange().

For full details and usage, see xnUnregisterFromNodeErrorStateChange


The documentation for this class was generated from the following file: