Acknowledgement (ACK) service message.
More...
Acknowledgement (ACK) service message.
def Messages.AckMessage.__init__ |
( |
|
self | ) |
|
Constructor.
- Parameters
-
- Returns
- None
def Messages.AckMessage.__str__ |
( |
|
self | ) |
|
Default print method.
- Parameters
-
- Returns
- String with "TYPE: , ID: , TX_COUNT: , MSG_HASH: ".
Messages.AckMessage.msg_hash |
Hash value of the data/service packet this ACK replies to.
This hash value is calculated from two attributes of the data/service packet: destination IP of the packet, and the MAC address of a receiving node.
Messages.AckMessage.tx_count |
Number of message retransmission times.
Contains a number of times this particular ACK message has been retransmitted at the current moment.
int Messages.AckMessage.type = 7 |
|
static |
Type ID of ACK service message.
The documentation for this class was generated from the following file: