Skip to content

NET_SDK_DiscoverDeviceStop

Interface Definition

1
2
void NET_SDK_DiscoverDeviceStop(
    unsigned int hSearch);
1
2
public static extern void NET_SDK_DiscoverDeviceStop(
    UInt32 hSearch);

Function Description

Stop searching for LAN devices (asynchronous mode, only supports Windows).

Parameter Description

Parameters Type Remark
hSearchin unsigned int The handle for starting the search, the return value of NET_SDK_DiscoverDeviceStart.

Return Value

None

Remarks

None

Error Code