Uses of Class
io.qt.nfc.QNearFieldManager.AdapterState
Package | Description |
---|---|
io.qt.nfc |
-
Uses of QNearFieldManager.AdapterState in io.qt.nfc
Fields in io.qt.nfc with type parameters of type QNearFieldManager.AdapterState Modifier and Type Field Description QObject.Signal1<QNearFieldManager.AdapterState>
QNearFieldManager. adapterStateChanged
Methods in io.qt.nfc that return QNearFieldManager.AdapterState Modifier and Type Method Description static QNearFieldManager.AdapterState
QNearFieldManager.AdapterState. resolve(int value)
Returns the corresponding enum entry for the given value.static QNearFieldManager.AdapterState
QNearFieldManager.AdapterState. valueOf(String name)
Returns the enum constant of this type with the specified name.static QNearFieldManager.AdapterState[]
QNearFieldManager.AdapterState. values()
Returns an array containing the constants of this enum type, in the order they are declared.