java.lang.Object
com.gluonhq.attach.ble.BleCharacteristic
Characteristics are defined attribute types that contain a single logical value.
A BleCharacteristic is defined by an UUID, a list of properties, a value, and
a list of descriptors
- See Also:
-
Property Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal javafx.collections.ObservableList<BleDescriptor>
getUuid()
final byte[]
getValue()
Gets the value of the property value.void
setProperties
(String properties) final void
setValue
(byte[] value) Sets the value of the property value.toString()
final javafx.beans.property.ObjectProperty<byte[]>
-
Property Details
-
value
public final javafx.beans.property.ObjectProperty<byte[]> valueProperty- See Also:
-
-
Constructor Details
-
BleCharacteristic
-
-
Method Details
-
getUuid
-
getProperties
-
setProperties
-
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:
-
getDescriptors
-
toString
-