Class BleDescriptor

java.lang.Object
com.gluonhq.attach.ble.BleDescriptor

public class BleDescriptor extends Object
Descriptors are defined attributes that describe a characteristic value. A BleDescriptor is defined by an UUID and a value given by a raw byte array
See Also:
  • Property Details

  • Constructor Details

    • BleDescriptor

      public BleDescriptor()
  • Method Details

    • getUuid

      public UUID getUuid()
    • setUuid

      public void setUuid(UUID uuid)
    • getValue

      public final byte[] getValue()
      Gets the value of the property value.
      Property description:
    • setValue

      public final void setValue(byte[] value)
      Sets the value of the property value.
      Property description:
    • valueProperty

      public final javafx.beans.property.ObjectProperty<byte[]> valueProperty()
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object