Unicast data packet.
More...
def Messages.UnicastPacket.__init__ |
( |
|
self | ) |
|
Constructor.
- Parameters
-
- Returns
- None
def Messages.UnicastPacket.__str__ |
( |
|
self | ) |
|
Default print method.
- Parameters
-
- Returns
- String with "TYPE: , ID: , HOP_COUNT: ".
Messages.UnicastPacket.hop_count |
Messages.UnicastPacket.id |
Unique packet ID.
Max value is (2**20 - 1), since the id field size is 20 bits.
int Messages.UnicastPacket.type = 0 |
|
static |
Type ID of Unicast Data Packet.
The documentation for this class was generated from the following file: