DeviceFilterShouldAddPrinter(BluetoothDevice) Method
|
Method called by a BluetoothDiscoverer to determine whether or not a Bluetooth® device should be added to
it's list of discovered devices.
Namespace: Zebra.Sdk.Printer.DiscoveryAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax bool ShouldAddPrinter(
BluetoothDevice device
)
Function ShouldAddPrinter (
device As BluetoothDevice
) As Boolean
bool ShouldAddPrinter(
BluetoothDevice^ device
)
Parameters
- device BluetoothDevice
- BluetoothDevice to potentially be added to the list of of discovered Bluetooth® devices.
Return Value
BooleanA bool indicating whether or not a particular BluetoothDevice should be added.
See Also