BTScanner.ReturnConnected Property
When set to false, connected devices are excluded from the search list.
[Visual Basic]
<Description(Description:="When set to 'false', connected devices are excluded from the search list."), _
DefaultValue(Value:=True)>
Public Property ReturnConnected As
Boolean
[C#]
[Description(Description="When set to 'false', connected devices are excluded from the search list.")]
[DefaultValue(Value=True)]
public
bool ReturnConnected {get; set;}
See Also
BTScanner Class | BlueLibs.Components Namespace