#include <XnCppWrapper.h>
Public Member Functions | |
ErrorStateCapability (XnNodeHandle hNode) | |
XnStatus | GetErrorState () |
XnStatus | RegisterToErrorStateChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback) |
void | UnregisterFromErrorStateChange (XnCallbackHandle hCallback) |
Allows access to Error State capability functions. see Error State Capability for additional details.
Definition at line 1509 of file XnCppWrapper.h.
xn::ErrorStateCapability::ErrorStateCapability | ( | XnNodeHandle | hNode | ) | [inline] |
XnStatus xn::ErrorStateCapability::GetErrorState | ( | ) | [inline] |
Gets current error state of this node.
For full details and usage, see xnGetNodeErrorStateDefinition at line 1522 of file XnCppWrapper.h.
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 xnRegisterToNodeErrorStateChangeDefinition at line 1530 of file XnCppWrapper.h.
void xn::ErrorStateCapability::UnregisterFromErrorStateChange | ( | XnCallbackHandle | hCallback | ) | [inline] |
Unregisters a callback function which was registered using xnRegisterToNodeErrorStateChange().
For full details and usage, see xnUnregisterFromNodeErrorStateChangeDefinition at line 1538 of file XnCppWrapper.h.