ProfileSelect class

Select a profile for the device (None, SPP, HID, Reader, Coupler)

Constructors

ProfileSelect()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

coupler → const int
The device is in Coupler mode, for NFC devices
hid → const int
The device is in Basic mode, sometimes referred as Keyboard emulation
none → const int
The device is in acceptor mode, not trying to connect to any host
reader → const int
The device is in Reader mode, for NFC devices
spp → const int
The device is in App mode