NET_SDK_GetDeviceInfo¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Get the parameter information of the logged in device.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| pdecviceInfoout | LPNET_SDK_DEVICEINFO | For device parameter information, refer to LPNET_SDK_DEVICEINFO. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None