Modifier and Type | Method and Description |
---|---|
OutputDataFormat |
Configurator.GetOutputDataFormat()
Gets the output data format of the 1800 device.
|
static OutputDataFormat |
OutputDataFormat.valueOf(int value) |
static OutputDataFormat |
OutputDataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputDataFormat[] |
OutputDataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Configurator.SetOutputDataFormat(OutputDataFormat dataFormat)
Sets the data output data format of the 1800 device.
|