java.lang.Object
com.gluonhq.attach.ble.BleDevice
A BleDevice is defined by a name and an address, and a list of profiles/services,
and a connection state
- See Also:
-
Property Summary
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
final javafx.collections.ObservableList<BleProfile>
final BleDevice.State
getState()
Gets the value of the property state.void
setAddress
(String address) void
final void
setState
(BleDevice.State value) Sets the value of the property state.final javafx.beans.property.ObjectProperty<BleDevice.State>
toString()
-
Property Details
-
state
- See Also:
-
-
Constructor Details
-
BleDevice
public BleDevice()
-
-
Method Details
-
getAddress
-
setAddress
-
getName
-
setName
-
getProfiles
-
stateProperty
- See Also:
-
getState
Gets the value of the property state.- Property description:
-
setState
Sets the value of the property state.- Property description:
-
toString
-