Enables/disables to search Wi-Fi device.
Namespace: com.gigatmsAssembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
public bool NetDeviceSearcherEnabled { get; set; }
Public Property NetDeviceSearcherEnabled As Boolean
Get
Set
public:
property bool NetDeviceSearcherEnabled {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_NetDeviceSearcherEnabled()
/** @property */
public void set_NetDeviceSearcherEnabled(boolean value)
function get NetDeviceSearcherEnabled () : boolean
function set NetDeviceSearcherEnabled (value : boolean)
Return Value
Type:
Boolean
Return true for searching device enabled.
Return false for searching device disabled.
Reference