- All Superinterfaces:
DataElement
Interface for the HLA data type HLAoctet.
-
Method Summary
Methods inherited from interface hla.rti1516e.encoding.DataElement
decode, decode, encode, getEncodedLength, getOctetBoundary, toByteArray
-
Method Details
-
getValue
byte getValue()Returns the byte value of this element.- Returns:
- value
-
setValue
void setValue(byte value) Sets the byte value of this element.- Parameters:
value- new value
-