TibrvNetTransport
Class
Declaration
classTibrvNetTransport
: public TibrvTransport
TibrvNetTransport(); // Construct empty.
virtual ~TibrvNetTransport(); // Destroy and reclaim storage.
Purpose
Deliver messages across a network.
Remarks
This class connects to rvd
for network communications.
The constructor creates a hollow object; TibrvNetTransport::create() makes it operational.
The destructor calls the destroy
method, unless the C object is already destroyed.
Method |
Description |
Return the network interface that this transport uses for communication. |
|
Return the effective service that this transport uses for communication. |
|
Inherited Methods |
Related Classes
Subtopics