Enum BluetoothMode
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Provides values for the BluetoothMode value
public enum BluetoothMode
- Extension Methods
Fields
[EnumExtension("ble", "TSL ASCII2 BLE Service")] Ble = 3
Bluetooth will operate as virtual Bluetooth keyboard
[EnumExtension("hid", "HID (keyboard) Mode")] Hid = 1
Bluetooth will operate as virtual Bluetooth keyboard
[EnumExtension("hii", "Apple HID (keyboard) Mode")] Hii = 2
Bluetooth will operate as virtual Bluetooth keyboard
[EnumExtension("hog", "HID (keyboard) Mode over BLE")] Hog = 4
Bluetooth will operate as virtual Bluetooth BLE keyboard
[EnumExtension("spp", "SPP (serial port) Mode")] Spp = 0
Bluetooth will operate as a Bluetooth serial port
Remarks
Added with ASCII Protocol v2.3