Skip to content

NET_SDK_GetDeviceTypeName

Interface Definition

1
2
3
4
LONG NET_SDK_GetDeviceTypeName(
    LONG lUserID,
    char* pNameBuffer,
    int bufferLen);
1
2
3
4
public static extern Int32 NET_SDK_GetDeviceTypeName(
    Int32 lUserID,
    byte[] pNameBuffer,
    Int32 bufferLen);

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

Error Code