public class IeSingleCommand extends InformationElement
Modifier and Type | Field and Description |
---|---|
protected int |
value |
Constructor and Description |
---|
IeSingleCommand(boolean commandStateOn,
int qualifier,
boolean select) |
Modifier and Type | Method and Description |
---|---|
int |
getQualifier() |
boolean |
isCommandStateOn() |
boolean |
isSelect()
Returns true if the command selects and false if the command executes.
|
java.lang.String |
toString() |
public IeSingleCommand(boolean commandStateOn, int qualifier, boolean select)
public boolean isCommandStateOn()
public java.lang.String toString()
public boolean isSelect()
public int getQualifier()