DeviceFilterShouldAddPrinter 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.Discovery
    Assembly:
   SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.13.898
Syntaxbool ShouldAddPrinter(
	BluetoothDevice device
)
Function ShouldAddPrinter ( 
	device As BluetoothDevice
) As Boolean
bool ShouldAddPrinter(
	BluetoothDevice^ device
)
Parameters
- device
 - Type: BluetoothDevice
BluetoothDevice to potentially be added to the list of of discovered Bluetooth® devices. 
Return Value
Type: 
BooleanA bool indicating whether or not a particular BluetoothDevice should be added.
See Also