org.openmuc.jsml.structures
public class SML_MessageBody extends ASNObject
Modifier and Type | Field and Description |
---|---|
static int |
AttentionResponse |
protected ASNObject |
choice |
static int |
CloseRequest |
static int |
CloseResponse |
static int |
GetListRequest |
static int |
GetListResponse |
static int |
GetProcParameterRequest |
static int |
GetProcParameterResponse |
static int |
GetProfileListRequest |
static int |
GetProfileListResponse |
static int |
GetProfilePackRequest |
static int |
GetProfilePackResponse |
static int |
OpenRequest |
static int |
OpenResponse |
static int |
SetProcParameterRequest |
static int |
SetProcParameterResponse |
protected Unsigned32 |
tag |
isOptional, isSelected
Constructor and Description |
---|
SML_MessageBody() |
SML_MessageBody(int tag,
ASNObject choice) |
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
|
ASNObject |
getChoice() |
Unsigned32 |
getTag() |
void |
print()
prints the content or type of the object to stdout
|
isOptional, isSelected, setOptional, setSelected
public static final int OpenRequest
public static final int OpenResponse
public static final int CloseRequest
public static final int CloseResponse
public static final int GetProfilePackRequest
public static final int GetProfilePackResponse
public static final int GetProfileListRequest
public static final int GetProfileListResponse
public static final int GetProcParameterRequest
public static final int GetProcParameterResponse
public static final int SetProcParameterRequest
public static final int SetProcParameterResponse
public static final int GetListRequest
public static final int GetListResponse
public static final int AttentionResponse
protected Unsigned32 tag
protected ASNObject choice
public SML_MessageBody(int tag, ASNObject choice)
public SML_MessageBody()
public void code(java.io.DataOutputStream os) throws java.io.IOException
ASNObject
public boolean decode(java.io.DataInputStream is) throws java.io.IOException
ASNObject
public Unsigned32 getTag()
public ASNObject getChoice()