HeaderTransport

Summary

Represents a base type for transport protocols (TCP or UDP) headers.

Properties

Structure

class HeaderTransport
checksum

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

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