NET_SDK_GetDeviceTypeName¶
Interface Definition¶
1 2 3 4 | |
1 2 3 4 | |
Function Description¶
Gets the device type name.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| pNameBufferout | char* | The device type name. |
| bufferLenout | int | The size of the space requested by pNameBuffer. |
Return Value¶
-
type:LONG
-
remark:The actual length of pNameBuffer.
Remarks¶
None