HeaderUDP

Summary

Represents an UDP header object.

See also

MessageUDP

Properties

Structure

class HeaderUDP
checksum

The 16bit checksum field is used for error-checking of the header.

Type

uint16 or None

length

The length of the packet.

Type

uint16 or None

port_destination

It contains the destination port of the message.

Type

uint16

port_source

It contains the source port of the message.

Type

uint16

protocol_type

The protocol type of the message.

Type

TransportProtocols