java.lang.Object
io.qt.QtObject
io.qt.core.QUuid
io.qt.bluetooth.QBluetoothUuid
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Comparable<QUuid>
Generates a UUID for each Bluetooth service
Java wrapper for Qt's class QBluetoothUuid
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QBluetoothUuid::CharacteristicTypestatic enum
Java wrapper for Qt enum QBluetoothUuid::DescriptorTypestatic enum
Java wrapper for Qt enum QBluetoothUuid::ProtocolUuidstatic enum
Java wrapper for Qt enum QBluetoothUuid::ServiceClassUuidNested classes/interfaces inherited from class io.qt.core.QUuid
QUuid.StringFormat, QUuid.Variant, QUuid.Version
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQBluetoothUuid
(byte [] uuid) QBluetoothUuid
(int uuid) QBluetoothUuid
(short uuid) QBluetoothUuid
(QBluetoothUuid uuid) QBluetoothUuid
(QUuid uuid) QBluetoothUuid
(String uuid) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QBluetoothUuid other) static String
clone()
static String
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final int
static String
void
static String
final byte []
toBytes()
final Integer
toInt()
final Short
toShort()
void
Methods inherited from class io.qt.core.QUuid
compareTo, createUuid, createUuidV3, createUuidV3, createUuidV5, createUuidV5, data1, data2, data3, data4, fromRfc4122, fromString, getData1, getData2, getData3, getData4, isNull, setData1, setData2, setData3, setData4, toByteArray, toByteArray, toRfc4122, toString, toString, variant, version
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBluetoothUuid
public QBluetoothUuid() -
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
public QBluetoothUuid(byte [] uuid) -
QBluetoothUuid
public QBluetoothUuid(short uuid) -
QBluetoothUuid
public QBluetoothUuid(int uuid) -
QBluetoothUuid
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
minimumSize
-
writeTo
-
assign
-
readFrom
-
toBytes
-
toShort
-
toInt
-
characteristicToString
-
descriptorToString
-
protocolToString
-
serviceClassToString
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-