BTDeviceList.Scanner Property
Select a scanner component to be used to get a list of devices
[Visual Basic]
<DefaultValue(Value:=null), _
Description(Description:="Select a scanner component to be used to get a list of devices")>
Public Property Scanner As
IBTScanner
[C#]
[DefaultValue(Value=null)]
[Description(Description="Select a scanner component to be used to get a list of devices")]
public
IBTScanner Scanner {get; set;}
See Also
BTDeviceList Class | BlueLibs.Components Namespace