Modifier and Type | Field and Description |
---|---|
Variation |
HeaderInfo.variation
Group/Variation used in the response
|
Modifier and Type | Method and Description |
---|---|
static Variation |
Variation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Variation[] |
Variation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.addAllObjectsHeader(Variation variation)
Add an all objects variation interrogation
|
void |
Request.addOneByteHeader(Variation variation,
org.joou.UByte start,
org.joou.UByte stop)
Add a one-byte start/stop variation interrogation
|
void |
Request.addTwoByteHeader(Variation variation,
org.joou.UShort start,
org.joou.UShort stop)
Add a two-byte start/stop variation interrogation
|
Constructor and Description |
---|
HeaderInfo(Variation variation,
QualifierCode qualifier)
Initialize
HeaderInfo to default values |
Copyright © 2021. All rights reserved.