BlueLibs documentation

BTDevice.Scanner Property

Set to a scanner component that implements IBTScanner to be used for browsing devices

[Visual Basic]
<DefaultValue(Value:=null), _  Description(Description:="Select a scanner component to be used for browsing devices")>
Public Property Scanner As IBTScanner
[C#]
[DefaultValue(Value=null)]
[Description(Description="Select a scanner component to be used for browsing devices")]
public IBTScanner Scanner {get; set;}

Property Value

The value is of IBTScanner interface type of the selected component that implements it

See Also

BTDevice Class | BlueLibs.Components Namespace