public class IntercomSignalPdu extends RadioCommunicationsFamilyPdu implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
communicationsDeviceID
ID of communications device
|
protected java.util.List<OneByteChunk> |
data
data bytes
|
protected int |
dataLength
data length
|
protected int |
encodingScheme
encoding scheme
|
protected EntityID |
entityID
entity ID
|
protected long |
sampleRate
sample rate
|
protected int |
samples
samples
|
protected int |
tdlType
tactical data link type
|
exerciseID, length, pduType, protocolFamily, protocolVersion, timestamp
Constructor and Description |
---|
IntercomSignalPdu()
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
equalsImpl(java.lang.Object obj)
Compare all fields that contribute to the state, ignoring
transient and static fields, for
this and the supplied object |
int |
getCommunicationsDeviceID() |
java.util.List<OneByteChunk> |
getData() |
int |
getDataLength() |
int |
getEncodingScheme() |
EntityID |
getEntityID() |
int |
getMarshalledSize() |
long |
getSampleRate() |
int |
getSamples() |
int |
getTdlType() |
void |
marshal(java.nio.ByteBuffer buff)
Packs a Pdu into the ByteBuffer.
|
void |
marshal(java.io.DataOutputStream dos) |
void |
setCommunicationsDeviceID(int pCommunicationsDeviceID) |
void |
setData(java.util.List<OneByteChunk> pData) |
void |
setDataLength(int pDataLength)
Note that setting this value will not change the marshalled value.
|
void |
setEncodingScheme(int pEncodingScheme) |
void |
setEntityID(EntityID pEntityID) |
void |
setSampleRate(long pSampleRate) |
void |
setSamples(int pSamples) |
void |
setTdlType(int pTdlType) |
void |
unmarshal(java.nio.ByteBuffer buff)
Unpacks a Pdu from the underlying data.
|
void |
unmarshal(java.io.DataInputStream dis) |
getPadding, getPduStatus, marshal, setPadding, setPduStatus
getExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestamp
protected EntityID entityID
protected int communicationsDeviceID
protected int encodingScheme
protected int tdlType
protected long sampleRate
protected int dataLength
protected int samples
protected java.util.List<OneByteChunk> data
public int getMarshalledSize()
getMarshalledSize
in class RadioCommunicationsFamilyPdu
public void setEntityID(EntityID pEntityID)
public EntityID getEntityID()
public void setCommunicationsDeviceID(int pCommunicationsDeviceID)
public int getCommunicationsDeviceID()
public void setEncodingScheme(int pEncodingScheme)
public int getEncodingScheme()
public void setTdlType(int pTdlType)
public int getTdlType()
public void setSampleRate(long pSampleRate)
public long getSampleRate()
public int getDataLength()
public void setDataLength(int pDataLength)
public void setSamples(int pSamples)
public int getSamples()
public void setData(java.util.List<OneByteChunk> pData)
public java.util.List<OneByteChunk> getData()
public void marshal(java.io.DataOutputStream dos)
marshal
in class RadioCommunicationsFamilyPdu
public void unmarshal(java.io.DataInputStream dis)
unmarshal
in class RadioCommunicationsFamilyPdu
public void marshal(java.nio.ByteBuffer buff)
marshal
in class RadioCommunicationsFamilyPdu
buff
- The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException
- if buff is too smalljava.nio.ReadOnlyBufferException
- if buff is read onlyByteBuffer
public void unmarshal(java.nio.ByteBuffer buff)
unmarshal
in class RadioCommunicationsFamilyPdu
buff
- The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException
- if buff is too smallByteBuffer
public boolean equals(java.lang.Object obj)
equals
in class RadioCommunicationsFamilyPdu
public boolean equalsImpl(java.lang.Object obj)
PduSuperclass
this
and the supplied objectequalsImpl
in class RadioCommunicationsFamilyPdu
obj
- the object to compare to