Difference between revisions of "Unit RAW"
From Ultibo.org
								
												
				| Line 4: | Line 4: | ||
=== Description ===  | === Description ===  | ||
----  | ----  | ||
| + | |||
| + | '''Ultibo Raw Socket Protocol unit'''  | ||
''To be documented''  | ''To be documented''  | ||
Revision as of 05:29, 19 December 2016
Return to Unit Reference
Description
Ultibo Raw Socket Protocol unit
To be documented
Constants
Raw specific constants 
 RAW_* | Note: Some RAW definitions are in the Protocol or IP modules | |
 IP_PROTOCOL_NAME = 'IP';
 | 
|
 RAW_PROTOCOL_NAME = 'RAW';
 | 
|
 RAW_TIMEOUT = 0;
 | 
Wait forever on a RAW Read | 
 RAW_BUFFER_SIZE = 65536;
 | 
RAW Receive Buffer Size | 
 RAW_HEADER_SIZE = 0;
 | 
No Header for RAW | 
 RAW_PACKET_SIZE = 8;
 | 
SizeOf(TRAWPacket) | 
Type definitions
To be documented
Public variables
To be documented
Function declarations
Initialization functions
procedure RAWInit;
Description: To be documented
| Note | None documented | 
|---|
Return to Unit Reference