NET_SDK_StopDVRRecord¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Remotely and manually stop device recording (supports N9000 only).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| lChannelin | LONG | Channel number, starting from 0, 0x00ff means all analog channels, 0xff00 means all digital channels, and 0xffff means all analog and digital channels. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None