org.openmuc.jsml.structures
Modifier and Type | Field and Description |
---|---|
protected int |
val |
isOptional, isSelected
Modifier and Type | Method and Description |
---|---|
void |
code(java.io.DataOutputStream os)
encodes this object and writes it to the stream os.
|
boolean |
decode(java.io.DataInputStream is)
decodes the data from the InputStream and writes it to an object
|
int |
getVal() |
void |
print()
prints the content or type of the object to stdout
|
isOptional, isSelected, setOptional, setSelected
public int getVal()
public void code(java.io.DataOutputStream os) throws java.io.IOException
ASNObject
public boolean decode(java.io.DataInputStream is) throws java.io.IOException
ASNObject