Record TUDPPacket
Unit
Declaration
type TUDPPacket = record
Description
Overview
Fields
channel: cint; |
|
data: pcuint8; |
|
len: cint; |
|
maxlen: cint; |
|
status: cint; |
|
address: TIPaddress; |
Description
Fields
channel: cint; |
|
data: pcuint8; |
|
The src/dst channel of the packet * |
len: cint; |
|
The packet data * |
maxlen: cint; |
|
The length of the packet data * |
status: cint; |
|
The size of the data buffer * |
address: TIPaddress; |
|
packet status after sending * |
Generated by PasDoc 0.16.0.