Skip to content

NET_SDK_SetupAlarmChan

Interface Definition

1
2
LONG NET_SDK_SetupAlarmChan(
    LONG lUserID);
1
2
public static extern Int32 NET_SDK_SetupAlarmChan(
    Int32 lUserID);

Function Description

Establish an alarm upload channel to obtain alarm and other information.

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.

Return Value

  • type:LONG

  • remark:-1 indicates failure, and other values ​​are used as the handle parameter of the NET_SDK_CloseAlarmChan function.

Remarks

None

Error Code