Modem reception details.
Type Params | Return Type | Name and description |
---|---|---|
|
int |
getAddress() Gets the address of the receiving node (not necessarily the same as the destination node). |
|
double |
getRange() Gets the range at which the reception occurred. |
|
double[] |
getRxLocation() Gets the location at which the reception occurred. |
|
long |
getRxSchemeHash() Gets the hash code for the scheme used for reception. |
|
long |
getRxTime() Gets the time in milliseconds when the reception occurred. |
Methods inherited from class | Name |
---|---|
interface Transmission |
getBitCount, getDataRate, getDuration, getEnqueueTime, getFrom, getID, getPreambleDuration, getProtocol, getSourceLevel, getTo, getTxLocation, getTxSchemeHash, getTxTime, getType |
Gets the address of the receiving node (not necessarily the same as the destination node).
Gets the range at which the reception occurred.
Gets the location at which the reception occurred.
Gets the hash code for the scheme used for reception. If this is not the same as the scheme used for transmission, then it is assumed that the frame cannot be decoded.
Gets the time in milliseconds when the reception occurred.