An object that represents a network socket connection. This object will probably be renamed in the near future.
| Methods |
Description |
| New |
Creates a new network connection. |
| Put String |
Sends a string to the remote computer. |
| Get FString |
Retrieves a fixed length string from the remote computer. |
| Get DString |
Retrieves a string based on one or more delimeters. |
| Put Raw |
Sends the raw byte values of an object to the remote computer. This data is only meaningful when the object is defined with fields of type Byte, Word or Long. |
| Get Raw |
Retrieves data from a net connection and populates an object with the raw values. This worker will probably crash the interpreter if the object to be populated has any fields that aren't defined as Byte, Word or Long. |