HostNetDeviceSearcherEnabled Property |
Start/stop searching for Wi-Fi devices.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic bool NetDeviceSearcherEnabled { get; set; }
Public Property NetDeviceSearcherEnabled As Boolean
Get
Set
public:
property bool NetDeviceSearcherEnabled {
bool get ();
void set (bool value);
}
Return Value
Type:
Boolean
Return true for searching device enabled.
Return false for searching device disabled.
See Also