Record TUDPPacket

Hierarchy
Methods
Properties

Unit

Declaration

type TUDPPacket = record

Description

 

Overview

Fields

Public channel: cint;
Public data: pcuint8;
Public len: cint;
Public maxlen: cint;
Public status: cint;
Public address: TIPaddress;

Description

Fields

Public channel: cint;
 
Public data: pcuint8;

The src/dst channel of the packet *

Public len: cint;

The packet data *

Public maxlen: cint;

The length of the packet data *

Public status: cint;

The size of the data buffer *

Public address: TIPaddress;

packet status after sending *


Generated by PasDoc 0.16.0.