Skip to content

NET_SDK_GetDeviceFirmwareType

Interface Definition

1
2
3
BOOL NET_SDK_GetDeviceFirmwareType(
    LONG lUserID,
    NET_SDK_DEVICE_FIRMWARE_TYPE* pFirmwareType);
1
2
3
public static extern Boolean NET_SDK_GetDeviceFirmwareType(
    Int32 lUserID,
    ref int pFirmwareType);

Function Description

Get the device firmware type.

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
pFirmwareTypeout NET_SDK_DEVICE_FIRMWARE_TYPE* The device firmware type.

Return Value

  • type:BOOL

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

Remarks

None

Error Code