Difference between revisions of "Unit RAW"
From Ultibo.org
| Line 10: | Line 10: | ||
---- | ---- | ||
| − | '' | + | |
| + | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;"> | ||
| + | <div style="font-size: 14px; padding-left: 12px;">'''Raw specific constants''' <code> RAW_* </code></div> | ||
| + | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | ||
| + | {| class="wikitable" style="font-size: 14px; background: white;" | ||
| + | |- | ||
| + | |colspan="2"|Note: Some RAW definitions are in the Protocol or IP modules | ||
| + | |- | ||
| + | |colspan="2"| | ||
| + | |- | ||
| + | | <code>IP_PROTOCOL_NAME = 'IP';</code> | ||
| + | | | ||
| + | |- | ||
| + | | <code>RAW_PROTOCOL_NAME = 'RAW';</code> | ||
| + | | | ||
| + | |- | ||
| + | |colspan="2"| | ||
| + | |- | ||
| + | | <code>RAW_TIMEOUT = 0;</code> | ||
| + | | Wait forever on a RAW Read | ||
| + | |- | ||
| + | | <code>RAW_BUFFER_SIZE = 65536;</code> | ||
| + | | RAW Receive Buffer Size | ||
| + | |- | ||
| + | |colspan="2"| | ||
| + | |- | ||
| + | | <code>RAW_HEADER_SIZE = 0;</code> | ||
| + | | No Header for RAW | ||
| + | |- | ||
| + | |colspan="2"| | ||
| + | |- | ||
| + | | <code>RAW_PACKET_SIZE = 8;</code> | ||
| + | | SizeOf(TRAWPacket) | ||
| + | |- | ||
| + | |} | ||
| + | </div></div> | ||
| + | <br /> | ||
=== Type definitions === | === Type definitions === | ||
Revision as of 01:39, 16 December 2016
Return to Unit Reference
Description
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