NET_SDK_DiscoverDeviceStart¶
Interface Definition¶
1 2 3 4 5 6 | |
1 2 3 4 5 6 | |
Function Description¶
LAN device search (asynchronous mode, only supports Windows).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| SearchCallBackin | IPTool_SearchDataCallBack | The callback function receives the search results, which are in XML format. |
| SearchCallBackExin | IPTool_SearchDataCallBackEx | The callback function that receives the search result. The search result is a SEARCHED_DEVICE_INFO structure. |
| pParamin | void* | User data. |
| SearchTypeMask in | unsigned int | Search for the device type. |
| nMaxRecordCountin | int | The maximum number of searches. |
Return Value¶
-
type:unsigned int
-
remark:The return value is the search handle value.
Remarks¶
None