| Modifier and Type | Method and Description |
|---|---|
static ChannelType |
ChannelType.fromTypeLabel(String label)
Find the measurement type corresponding to a device type-label.
|
ChannelType |
DataChannel.getType()
Gets the type of quantity measured.
|
ChannelType |
Hardware.readChannelType(DataChannel chan)
Reads the data type registers for a data channel of the current record.
|
ChannelType |
ASCIIModbus.readChannelType(DataChannel chan)
Reads the data type registers for a data channel of the current record.
|
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 LSST. All rights reserved.