Skip to content

NET_SDK_CloseAlarmChan

Interface Definition

1
2
BOOL NET_SDK_CloseAlarmChan(
    LONG lAlarmHandle);
1
2
public static extern bool NET_SDK_CloseAlarmChan(
    Int32 lAlarmHandle);

Function Description

Cancel the alarm upload channel.

Parameter Description

Parameters Type Remark
lAlarmHandlein LONG The return value of NET_SDK_SetupAlarmChan.

Return Value

  • type:BOOL

  • remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code