| Modifier and Type | Method and Description |
|---|---|
static DeviceFlag |
DeviceFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceFlag[] |
DeviceFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DeviceFlag> |
DeviceFlag.flagsFromMask(int mask)
Calculates the set of flags whose bits are set in a given mask.
|
Set<DeviceFlag> |
Hardware.readDeviceFlags()
Reads the device status register.
|
Set<DeviceFlag> |
ASCIIModbus.readDeviceFlags()
Reads the device status register.
|
Copyright © 2018 LSST. All rights reserved.