java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QUuid
io.qt.bluetooth.QBluetoothUuid
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Comparable<QUuid>
public class QBluetoothUuid extends QUuid implements Cloneable
Generates a UUID for each Bluetooth service
Java wrapper for Qt class QBluetoothUuid
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QBluetoothUuid.CharacteristicType
Java wrapper for Qt enum QBluetoothUuid::CharacteristicTypestatic class
QBluetoothUuid.DescriptorType
Java wrapper for Qt enum QBluetoothUuid::DescriptorTypestatic class
QBluetoothUuid.ProtocolUuid
Java wrapper for Qt enum QBluetoothUuid::ProtocolUuidstatic class
QBluetoothUuid.ServiceClassUuid
Java wrapper for Qt enum QBluetoothUuid::ServiceClassUuidNested classes/interfaces inherited from class io.qt.core.QUuid
QUuid.StringFormat, QUuid.Variant, QUuid.Version
-
Constructor Summary
Constructors Modifier Constructor Description QBluetoothUuid()
QBluetoothUuid(byte[] uuid)
QBluetoothUuid(int uuid)
QBluetoothUuid(short uuid)
QBluetoothUuid(QBluetoothUuid uuid)
QBluetoothUuid(QBluetoothUuid.CharacteristicType uuid)
QBluetoothUuid(QBluetoothUuid.DescriptorType uuid)
QBluetoothUuid(QBluetoothUuid.ProtocolUuid uuid)
QBluetoothUuid(QBluetoothUuid.ServiceClassUuid uuid)
QBluetoothUuid(QUuid uuid)
protected
QBluetoothUuid(QtObject.QPrivateConstructor p)
Constructor for internal use only.QBluetoothUuid(String uuid)
-
Method Summary
Modifier and Type Method Description static String
characteristicToString(QBluetoothUuid.CharacteristicType uuid)
QBluetoothUuid
clone()
static String
descriptorToString(QBluetoothUuid.DescriptorType uuid)
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
int
minimumSize()
static String
protocolToString(QBluetoothUuid.ProtocolUuid uuid)
void
readFrom(QDataStream s)
static String
serviceClassToString(QBluetoothUuid.ServiceClassUuid uuid)
byte[]
toBytes()
void
writeTo(QDataStream s)
Methods inherited from class io.qt.core.QUuid
compareTo, createUuid, createUuidV3, createUuidV3, createUuidV5, createUuidV5, data1, data2, data3, data4, fromRfc4122, isNull, setData1, setData2, setData3, setData4, toByteArray, toByteArray, toRfc4122, toString, toString, variant, version
-
Constructor Details
-
QBluetoothUuid
public QBluetoothUuid() -
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
-
QBluetoothUuid
public QBluetoothUuid(byte[] uuid) -
QBluetoothUuid
public QBluetoothUuid(int uuid) -
QBluetoothUuid
public QBluetoothUuid(short uuid) -
QBluetoothUuid
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
minimumSize
-
writeTo
-
readFrom
-
toBytes
-
characteristicToString
-
descriptorToString
-
protocolToString
-
serviceClassToString
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-