Package ej.bluetooth
Class BluetoothUuid
- java.lang.Object
-
- ej.bluetooth.BluetoothUuid
-
public class BluetoothUuid extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intLENGTHNot in API.
-
Constructor Summary
Constructors Constructor Description BluetoothUuid(byte[] bytes, int offset)BluetoothUuid(int value)BluetoothUuid(BluetoothUuid uuid)Not in API.BluetoothUuid(java.lang.String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)shortget16BitValue()voidgetBytes(byte[] buffer, int offset)inthashCode()booleanis16Bit()java.lang.StringtoString()
-
-
-
Field Detail
-
LENGTH
public static final int LENGTH
Not in API.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BluetoothUuid
public BluetoothUuid(byte[] bytes, int offset)
-
BluetoothUuid
public BluetoothUuid(java.lang.String string)
-
BluetoothUuid
public BluetoothUuid(int value)
-
BluetoothUuid
public BluetoothUuid(BluetoothUuid uuid)
Not in API.
-
-
Method Detail
-
getBytes
public void getBytes(byte[] buffer, int offset)
-
is16Bit
public boolean is16Bit()
-
get16BitValue
public short get16BitValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(@Nullable java.lang.Object object)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-