Package | Description |
---|---|
com.veraxsystems.vxipmi.coding.commands.sdr.record |
SDR records formats.
|
Modifier and Type | Method and Description |
---|---|
SensorDirection |
FullSensorRecord.getSensorDirection() |
SensorDirection |
EventOnlyRecord.getSensorDirection() |
SensorDirection |
CompactSensorRecord.getSensorDirection() |
static SensorDirection |
SensorDirection.parseInt(int value) |
static SensorDirection |
SensorDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SensorDirection[] |
SensorDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FullSensorRecord.setSensorDirection(SensorDirection sensorDirection) |
void |
EventOnlyRecord.setSensorDirection(SensorDirection sensorDirection) |
void |
CompactSensorRecord.setSensorDirection(SensorDirection sensorDirection) |