NET_SDK_GetDeviceFirmwareType¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
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