ScanAndPairConfig.ScanDataType

EMDK For Xamarin 2.3

Provides the different types of barcode data to be scanned.

Type - Java.Lang.Enum

Methods

ValueOf

public static Symbol.XamarinEMDK.ScanAndPair.ScanAndPairConfig.ScanDataType ValueOf (string p0);

Parameters:

  • System.String p0 -

Returns - Symbol.XamarinEMDK.ScanAndPair.ScanAndPairConfig+ScanDataType

Values

public static Symbol.XamarinEMDK.ScanAndPair.ScanAndPairConfig.ScanDataType[] Values ();

Returns - Symbol.XamarinEMDK.ScanAndPair.ScanAndPairConfig+ScanDataType[]

Properties

DeviceName

Scan data is a Bluetooth device name.

Type - Symbol.XamarinEMDK.ScanAndPair.ScanAndPairConfig.ScanDataType

MacAddress

Scan data is a Bluetooth MAC address

Type - Symbol.XamarinEMDK.ScanAndPair.ScanAndPairConfig.ScanDataType

Unspecified

Scan data type is unknown. The ScanAndPair library will automatically attempt to determine if it is a valid address. If not, it will be considered as a Bluetooth name.

Type - Symbol.XamarinEMDK.ScanAndPair.ScanAndPairConfig.ScanDataType