public class CActionData
extends java.lang.Object
Constructor and Description |
---|
CActionData()
Creates an empty CActionData without any argument
|
Modifier and Type | Method and Description |
---|---|
void |
addActionAttribute(DataElt dataelement)
Adds a data element at the end of the list of data elements for this action
data
|
int |
getAttributesNumber() |
DataElt |
getElementAt(int number) |
void |
writeToMessage(MessageWriter writer)
Writes
|
public CActionData()
public int getAttributesNumber()
public DataElt getElementAt(int number)
number
- a number between 0 (included) and AttributeNumber (excludedpublic void addActionAttribute(DataElt dataelement)
dataelement
- data element to be addedpublic void writeToMessage(MessageWriter writer) throws java.io.IOException
writer
- an OpenLowcode Message writerjava.io.IOException
- if any exception is received trying to transmit the
message