跳转至

NET_SDK_PTZSetCruise_Other

接口定义

1
2
3
4
5
6
BOOL NET_SDK_PTZSetCruise_Other(
    LONG lUserID,
    LONG lChannel,
    BYTE byCruiseRoute,
    DD_CRUISE_POINT_INFO* pCruisePoint,
    WORD pointNum);
1
2
3
4
5
6
public static extern bool NET_SDK_PTZSetCruise_Other(
    int lUserID,
    int lChannel,
    int byCruiseRoute,
    IntPtr pCruisePoint,
    int pointNum);

功能描述

设置云台巡航路线。

参数说明

参数 类型 说明
lUserIDin LONG 用户ID,NET_SDK_LoginNET_SDK_LoginEx的返回值。
lChannelin LONG 通道编号,从0开始,IPC设备此参数无效。
byCruiseRoutein BYTE 巡航路线。
pCruisePointin DD_CRUISE_POINT_INFO* 巡航点。
pointNumin WORD 巡航点数。

返回值

  • 类型:BOOL

  • 说明:成功返回TRUE,失败返回FALSE。

备注

错误码