|
| MV_CAMCTRL_API int __stdcall | MV_CC_GetIntValueEx (IN void *handle, IN const char *strKey, IN OUT MVCC_INTVALUE_EX *pstIntValue) |
| | 获取Integer属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_SetIntValueEx (IN void *handle, IN const char *strKey, IN int64_t nValue) |
| | 设置Integer型属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_GetEnumValue (IN void *handle, IN const char *strKey, IN OUT MVCC_ENUMVALUE *pstEnumValue) |
| | 获取Enum属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_GetEnumValueEx (IN void *handle, IN const char *strKey, IN OUT MVCC_ENUMVALUE_EX *pstEnumValue) |
| | 获取Enum属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_SetEnumValue (IN void *handle, IN const char *strKey, IN unsigned int nValue) |
| | 设置Enum型属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_GetEnumEntrySymbolic (IN void *handle, IN const char *strKey, IN OUT MVCC_ENUMENTRY *pstEnumEntry) |
| | 获取Enum型节点指定值的符号 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_SetEnumValueByString (IN void *handle, IN const char *strKey, IN const char *strValue) |
| | 设置Enum型属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_GetFloatValue (IN void *handle, IN const char *strKey, IN OUT MVCC_FLOATVALUE *pstFloatValue) |
| | 获取Float属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_SetFloatValue (IN void *handle, IN const char *strKey, IN float fValue) |
| | 设置Float型属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_GetBoolValue (IN void *handle, IN const char *strKey, IN OUT bool *pbValue) |
| | 获取Boolean属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_SetBoolValue (IN void *handle, IN const char *strKey, IN bool bValue) |
| | 设置Boolean型属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_GetStringValue (IN void *handle, IN const char *strKey, IN OUT MVCC_STRINGVALUE *pstStringValue) |
| | 获取String属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_SetStringValue (IN void *handle, IN const char *strKey, IN const char *strValue) |
| | 设置String型属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_SetCommandValue (IN void *handle, IN const char *strKey) |
| | 设置Command型属性值 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_XML_GetNodeAccessMode (IN void *handle, IN const char *strName, IN OUT enum MV_XML_AccessMode *penAccessMode) |
| | 获得当前节点的访问模式 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_XML_GetNodeInterfaceType (IN void *handle, IN const char *strName, IN OUT enum MV_XML_InterfaceType *penInterfaceType) |
| | 获得当前节点的类型 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_FeatureLoad (IN void *handle, IN const char *strFileName) |
| | 导入设备属性 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_FeatureLoadEx (IN void *handle, IN const char *strFileName, IN OUT MVCC_NODE_ERROR_LIST *pstNodeErrorList) |
| | 导入设备属性并保存错误信息列表 更多...
|
| |
| MV_CAMCTRL_API int __stdcall | MV_CC_FeatureSave (IN void *handle, IN const char *strFileName) |
| | 保存设备属性 更多...
|
| |