Unit RAW

From Ultibo.org
Revision as of 03:31, 20 March 2017 by Ultibo (Talk | contribs)

Jump to: navigation, search

Return to Unit Reference


Description


Ultibo Raw Socket Protocol unit

To be documented

Constants



[Expand]
Raw specific constants RAW_*


Type definitions



Raw packet

[Expand]

PRAWPacket = ^TRAWPacket;

TRAWPacket = record


Class definitions



RAW protocol transport

[Expand]

TRAWProtocolTransport = class(TProtocolTransport)

RAW protocol

[Expand]

TRAWProtocol = class(TNetworkProtocol)

RAW socket

[Expand]

TRAWSocket = class(TProtocolSocket)

RAW buffer

[Expand]

TRAWBuffer = class(TSocketBuffer)


Public variables


None defined

Function declarations



Initialization functions

[Expand]
procedure RAWInit;
Description: To be documented


Return to Unit Reference