Object <- AbstractTCPStream <- MacTCPStream <- HostTCPStream |
|
Class HostTCPStream defines no new operations.
Attributes
Get list of all attributes
Class HostTCPStream defines no new attributes.
Fields
| Field | Type | |
|---|---|---|
| Stream: | target: | Object |
| AbstractTCPStream: | connectState: | Unsigned |
| localPort: | Unsigned | |
| remoteIPAddress: | Unsigned | |
| remotePort: | Unsigned | |
| MacTCPStream: | driver: | Signed |
| tcpStream: | Pointer | |
| Stream: | target: | Object |
| AbstractTCPStream: | connectState: | Unsigned |
| localPort: | Unsigned | |
| remoteIPAddress: | Unsigned | |
| remotePort: | Unsigned | |
| WindowsTCPStream: | socket: | Signed |
| Stream: | target: | Object |
| AbstractTCPStream: | connectState: | Unsigned |
| localPort: | Unsigned | |
| remoteIPAddress: | Unsigned | |
| remotePort: | Unsigned | |
| IRIXTCPStream: | socket: | Signed |
instance HostTCPStream tag; target: nilObject; connectState: 0; localPort: 0; remoteIPAddress: 0; remotePort: 0; driver: 0; tcpStream: nil; target: nilObject; connectState: 0; localPort: 0; remoteIPAddress: 0; remotePort: 0; socket: 0; target: nilObject; connectState: 0; localPort: 0; remoteIPAddress: 0; remotePort: 0; socket: 0; end instance;
Define Class HostTCPStream; #ifdef MACINTOSH inherits from MacTCPStream; #else #ifdef WINDOWS inherits from WindowsTCPStream; #else inherits from IRIXTCPStream; #endif #endif end class;