Summary
Represents an UDP header object.
See also
MessageUDP
HeaderUDP.checksum
HeaderUDP.length
HeaderUDP.port_destination
HeaderUDP.port_source
HeaderUDP.protocol_type
Structure
The 16bit checksum field is used for error-checking of the header.
16bit
uint16 or None
uint16
The length of the packet.
It contains the destination port of the message.
It contains the source port of the message.
The protocol type of the message.
TransportProtocols