OpenSDK
V4.2.0
|
Functions | |
OPENSDK_API OPENSDK_RESULT CALLBACK | OpenSDK_PTZCtrlEx (const char *szSessionId, const char *szDevSerial, const int iChannelNo, PTZCommand enCommand, PTZAction enAction, int iSpeed) |
PTZ control. More... | |
OPENSDK_API OPENSDK_RESULT CALLBACK | OpenSDK_DevDefenceEx (const char *szSessionId, const char *szDevSerial, const int iChannelNo, DefenceType enType, DefenceStatus enStatus, DefenceActor enActor) |
Arm or disarm by Camera. More... | |
OPENSDK_API OPENSDK_RESULT CALLBACK OpenSDK_DevDefenceEx | ( | const char * | szSessionId, |
const char * | szDevSerial, | ||
const int | iChannelNo, | ||
DefenceType | enType, | ||
DefenceStatus | enStatus, | ||
DefenceActor | enActor | ||
) |
Arm or disarm by Camera.
[in] | szSessionId | Session ID |
[in] | szDevSerial | Device serial No. |
[in] | iChannelNo | Device channel No. |
[in] | enType | Arming and disarming type |
[in] | enStatus | Arming and Disarming status |
[in] | enActor | Device type |
OPENSDK_API OPENSDK_RESULT CALLBACK OpenSDK_PTZCtrlEx | ( | const char * | szSessionId, |
const char * | szDevSerial, | ||
const int | iChannelNo, | ||
PTZCommand | enCommand, | ||
PTZAction | enAction, | ||
int | iSpeed | ||
) |
PTZ control.
[in] | szSessionId | Session ID |
[in] | szDevSerial | Device serial No. |
[in] | iChannelNo | Device channel No. |
[in] | enCommand | PTZ control command, refers to PTZCommand |
[in] | enAction | PTZ operation command, refers to PTZAction |
[in] | iSpeed | Speed, ranging from 0 to 7 |