Modem transmission details.
Type Params | Return Type | Name and description |
---|---|---|
|
int |
getBitCount() Gets the number of bits in the packet. |
|
float |
getDataRate() Gets the data rate of the packet in bits/second. |
|
float |
getDuration() Gets the duration of the transmission (including preamble) in milliseconds. |
|
long |
getEnqueueTime() Gets the time in milliseconds when the transmission was queued. |
|
int |
getFrom() Gets the sender's node address. |
|
String |
getID() Gets a unique identifier for the transmission. |
|
int |
getPreambleDuration() Gets the preamble duration in milliseconds. |
|
int |
getProtocol() Gets the protocol of the transmission frame. |
|
float |
getSourceLevel() Gets the source level of the transmission in dB re uPa @ 1m. |
|
int |
getTo() Gets the recipient node address. |
|
double[] |
getTxLocation() Gets the location from which the transmission was made. |
|
long |
getTxSchemeHash() Gets the hash code for the scheme used for transmission. |
|
long |
getTxTime() Gets the time in milliseconds when the transmission was made. |
|
int |
getType() Gets the type (CONTROL/DATA) of the transmission frame. |
Gets the number of bits in the packet.
Gets the data rate of the packet in bits/second.
Gets the duration of the transmission (including preamble) in milliseconds.
Gets the time in milliseconds when the transmission was queued.
Gets the sender's node address.
Gets a unique identifier for the transmission.
Gets the preamble duration in milliseconds.
Gets the protocol of the transmission frame.
Gets the source level of the transmission in dB re uPa @ 1m.
Gets the recipient node address.
Gets the location from which the transmission was made.
Gets the hash code for the scheme used for transmission. If this is not the same as the scheme used for reception, then it is assumed that the frame cannot be decoded.
Gets the time in milliseconds when the transmission was made.
Gets the type (CONTROL/DATA) of the transmission frame.