NADeviceIsRemote Property |
NewAer
Gets or sets a value indicating whether this device is remote device found via the area scanner
Namespace: NewAer.SDKAssembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntaxpublic bool IsRemote { get; }
Public ReadOnly Property IsRemote As Boolean
Get
public:
property bool IsRemote {
bool get ();
}
member IsRemote : bool with get
Property Value
Type:
Boolean
See Also