| Package | Description |
|---|---|
| org.eclipse.basyx.components.device | |
| org.eclipse.basyx.components.devicemanager | |
| org.eclipse.basyx.models.controlcomponent |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseSmartDevice.onNewOccupationState(OccupationState state)
Smart device control component indicates an occupation state change
|
| Modifier and Type | Method and Description |
|---|---|
void |
TCPControllableDeviceManagerComponent.onNewOccupationState(OccupationState state)
Device control component indicates an occupation state change
|
| Modifier and Type | Method and Description |
|---|---|
static OccupationState |
OccupationState.byValue(int value)
Get OccupationState by its value
|
OccupationState |
ControlComponent.getOccupationState()
Get occupation state
|
static OccupationState |
OccupationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccupationState[] |
OccupationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControlComponentChangeListener.onNewOccupationState(OccupationState state)
Indicate new occupation state
|
void |
ControlComponent.setOccupationState(OccupationState occSt)
Set occupation state
|
Copyright © 2021. All rights reserved.