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, setPduStatusgetExerciseID, getLength, getPduType, getProtocolFamily, getProtocolVersion, getTimestamp, setExerciseID, setLength, setPduType, setProtocolFamily, setProtocolVersion, setTimestampprotected 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 RadioCommunicationsFamilyPdupublic 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 RadioCommunicationsFamilyPdupublic void unmarshal(java.io.DataInputStream dis)
unmarshal in class RadioCommunicationsFamilyPdupublic void marshal(java.nio.ByteBuffer buff)
marshal in class RadioCommunicationsFamilyPdubuff - The ByteBuffer at the position to begin writingjava.nio.BufferOverflowException - if buff is too smalljava.nio.ReadOnlyBufferException - if buff is read onlyByteBufferpublic void unmarshal(java.nio.ByteBuffer buff)
unmarshal in class RadioCommunicationsFamilyPdubuff - The ByteBuffer at the position to begin readingjava.nio.BufferUnderflowException - if buff is too smallByteBufferpublic boolean equals(java.lang.Object obj)
equals in class RadioCommunicationsFamilyPdupublic boolean equalsImpl(java.lang.Object obj)
PduSuperclassthis and the supplied objectequalsImpl in class RadioCommunicationsFamilyPduobj - the object to compare to