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 class QBluetoothUuid
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQBluetoothUuid::CharacteristicType
static enum
Java wrapper for Qt enumQBluetoothUuid::DescriptorType
static enum
Java wrapper for Qt enumQBluetoothUuid::ProtocolUuid
static enum
Java wrapper for Qt enumQBluetoothUuid::ServiceClassUuid
Nested classes/interfaces inherited from class io.qt.core.QUuid
QUuid.Id128Bytes, QUuid.StringFormat, QUuid.Variant, QUuid.Version
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQBluetoothUuid
(byte[] uuid) Overloaded constructor forQBluetoothUuid(byte[], io.qt.core.QSysInfo.Endian)
withorder = io.qt.core.QSysInfo.Endian.BigEndian
.QBluetoothUuid
(byte[] uuid, QSysInfo.Endian order) Overloaded constructor forQBluetoothUuid(io.qt.core.QUuid.Id128Bytes, io.qt.core.QSysInfo.Endian)
.QBluetoothUuid
(int uuid) QBluetoothUuid
(short uuid) QBluetoothUuid
(QBluetoothUuid uuid) SeeQBluetoothUuid::
QBluetoothUuid(QBluetoothUuid) QBluetoothUuid
(QUuid uuid) Overloaded constructor forQBluetoothUuid(io.qt.core.QUuid.Id128Bytes, io.qt.core.QSysInfo.Endian)
withorder = io.qt.core.QSysInfo.Endian.BigEndian
.QBluetoothUuid
(QUuid.Id128Bytes uuid, QSysInfo.Endian order) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QBluetoothUuid other) SeeQBluetoothUuid::
operator=(QBluetoothUuid) static String
clone()
Creates and returns a copy of this object.static String
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QBluetoothUuid)
.final int
static String
void
static String
final Integer
toInt()
final Short
toShort()
void
Seeoperator<<(QDataStream&,
QBluetoothUuid) Methods inherited from class io.qt.core.QUuid
compareTo, createUuid, createUuidV3, createUuidV3, createUuidV5, createUuidV5, data1, data2, data3, data4, fromBytes, fromBytes, fromRfc4122, fromRfc4122, fromRfc4122, fromRfc4122, fromRfc4122, fromString, getData1, getData2, getData3, getData4, isNull, setData1, setData2, setData3, setData4, toByteArray, toByteArray, toBytes, toBytes, toRfc4122, toString, toString, variant, version
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QBluetoothUuid
public QBluetoothUuid() -
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
See
QBluetoothUuid::
QBluetoothUuid(QBluetoothUuid) -
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
public QBluetoothUuid(short uuid) -
QBluetoothUuid
public QBluetoothUuid(int uuid) -
QBluetoothUuid
Overloaded constructor for
QBluetoothUuid(io.qt.core.QUuid.Id128Bytes, io.qt.core.QSysInfo.Endian)
withorder = io.qt.core.QSysInfo.Endian.BigEndian
. -
QBluetoothUuid
public QBluetoothUuid(byte[] uuid) Overloaded constructor for
QBluetoothUuid(byte[], io.qt.core.QSysInfo.Endian)
withorder = io.qt.core.QSysInfo.Endian.BigEndian
. -
QBluetoothUuid
Overloaded constructor for
QBluetoothUuid(io.qt.core.QUuid.Id128Bytes, io.qt.core.QSysInfo.Endian)
.
-
-
Method Details
-
minimumSize
-
writeTo
See
operator<<(QDataStream&,
QBluetoothUuid) -
assign
See
QBluetoothUuid::
operator=(QBluetoothUuid) -
readFrom
-
toShort
-
toInt
-
characteristicToString
-
descriptorToString
-
protocolToString
-
serviceClassToString
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QBluetoothUuid)
. -
clone
Creates and returns a copy of this object.
-