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