#include <XnModuleInterface.h>
List of all members.
Public Attributes |
XnBool(* | IsCapabilitySupported )(XnModuleNodeHandle hInstance, const XnChar *strCapabilityName) |
XnStatus(* | SetIntProperty )(XnModuleNodeHandle hInstance, const XnChar *strName, XnUInt64 nValue) |
XnStatus(* | SetRealProperty )(XnModuleNodeHandle hInstance, const XnChar *strName, XnDouble dValue) |
XnStatus(* | SetStringProperty )(XnModuleNodeHandle hInstance, const XnChar *strName, const XnChar *strValue) |
XnStatus(* | SetGeneralProperty )(XnModuleNodeHandle hInstance, const XnChar *strName, XnUInt32 nBufferSize, const void *pBuffer) |
XnStatus(* | GetIntProperty )(XnModuleNodeHandle hInstance, const XnChar *strName, XnUInt64 *pnValue) |
XnStatus(* | GetRealProperty )(XnModuleNodeHandle hInstance, const XnChar *strName, XnDouble *pdValue) |
XnStatus(* | GetStringProperty )(XnModuleNodeHandle hInstance, const XnChar *strName, XnChar *csValue, XnUInt32 nBufSize) |
XnStatus(* | GetGeneralProperty )(XnModuleNodeHandle hInstance, const XnChar *strName, XnUInt32 nBufferSize, void *pBuffer) |
XnModuleExtendedSerializationInterface * | pExtendedSerializationInterface |
XnModuleLockAwareInterface * | pLockAwareInterface |
XnModuleErrorStateInterface * | pErrorStateInterface |
Member Data Documentation
[Optional] Gets a property.
- Parameters:
-
| hInstance | [in] A handle to the instance. |
| strName | [in] Property name |
| pnValue | [out] Current value |
Checks if the specified capability is supported.
- Parameters:
-
| hInstance | [in] A handle to the instance to be queried. |
| strCapabilityName | [in] The name of the capability to check. |
[Optional] Sets a property.
- Parameters:
-
| hInstance | [in] A handle to the instance. |
| strName | [in] Property name |
| nValue | [in] New value |
The documentation for this struct was generated from the following file: