OpenNI 1.5.2
Public Member Functions
xn::ErrorStateCapability Class 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

Ctor

Parameters:
hNode[in] Node handle

Member Function Documentation

Gets current error state of this node.

For full details and usage, see xnGetNodeErrorState

Registers a callback function to error state changes.

For full details and usage, see xnRegisterToNodeErrorStateChange

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: