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