java.lang.Object
com.gluonhq.attach.ble.BleDescriptor
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 Summary
-
Constructor Summary
-
Method Summary
-
Property Details
-
value
public final javafx.beans.property.ObjectProperty<byte[]> valueProperty- See Also:
-
-
Constructor Details
-
BleDescriptor
public BleDescriptor()
-
-
Method Details
-
getUuid
-
setUuid
-
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
-