NET_SDK_GetDeviceSupportFunction¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Get the functions supported by the device (only IPC is supported).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| pDevSupportout | NET_SDK_DEV_SUPPORT* | Information about the functions supported by the device. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None