Description
NexusDB: nxllTransport.pas 2.00 Copyright (c) NexusDB Pty. Ltd. 2003 All rights reserved. NexusDB: Base unit for transports & command handlers
Classes
The text for this class has been generated automatically. This means that it is not documented.
EnxCustomCOMTransportException
The text for this class has been generated automatically. This means that it is not documented.
EnxRegisteredCOMTransportException
The text for this class has been generated automatically. This means that it is not documented.
The text for this class has been generated automatically. This means that it is not documented.
The text for this class has been generated automatically. This means that it is not documented.
The text for this class has been generated automatically. This means that it is not documented.
The text for this class has been generated automatically. This means that it is not documented.
The text for this class has been generated automatically. This means that it is not documented.
The text for this class has been generated automatically. This means that it is not documented.
Transport component designed to connect client and server within the same process (typically, EXE and DLL).
To use to communicate between to transport instances A and B, pass a method pointer to the A.AttachToRemoteTransport method, set the B.OnAttachTo event to point to the passed A.AttachToRemoteTransport method, and set B.Active := True.
The text for this class has been generated automatically. This means that it is not documented.
Transport designed for communication between separate client and server processes on the same machine. Works even if no network protocols are installed. NOTE: for Windows 95, the DCOM upgrade from Microsoft is required.
Interfaces
The text for this class has been generated automatically. This means that it is not documented.