|
ACE 8.0.0
|
Defines the member functions for the base class of the ACE_TLI abstraction. More...
#include <TLI.h>


Public Member Functions | |
| ACE_HANDLE | open (const char device[], int oflag=O_RDWR, struct t_info *info=0) |
| Initialize a TLI endpoint. | |
| int | close () |
| Close a TLI endpoint and release resources. | |
| int | set_option (int level, int option, void *optval, int optlen) |
| Set underlying protocol options. | |
| int | get_option (int level, int option, void *optval, int &optlen) |
| Get underlying protocol options. | |
| int | look () const |
| int | rcvdis (struct t_discon *=0) const |
| int | snddis (struct t_call *=0) const |
| int | sndrel () const |
| int | rcvrel () const |
| int | get_local_addr (ACE_Addr &) const |
| Return our local endpoint address. | |
| void | dump () const |
| Dump the state of an object. | |
Public Member Functions inherited from ACE_IPC_SAP | |
| int | control (int cmd, void *) const |
| Interface for <ioctl>. | |
| int | enable (int value) const |
| int | disable (int value) const |
| ACE_HANDLE | get_handle () const |
| Get the underlying handle. | |
| void | set_handle (ACE_HANDLE handle) |
| Set the underlying handle. | |
| void | dump () const |
| Dump the state of an object. | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. | |
Public Attributes inherited from ACE_IPC_SAP | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. | |
Protected Member Functions | |
| ACE_TLI () | |
| Default constructor. | |
| ~ACE_TLI () | |
| Destructor. | |
| ACE_TLI (const char device[], int oflag=O_RDWR, struct t_info *info=0) | |
| Initialize a TLI endpoint. | |
Protected Member Functions inherited from ACE_IPC_SAP | |
| ACE_IPC_SAP () | |
| Default constructor. | |
| ~ACE_IPC_SAP () | |
| Protected destructor. | |
Defines the member functions for the base class of the ACE_TLI abstraction.
|
protected |
Default constructor.
|
protected |
Destructor.
Initialize a TLI endpoint.
| int ACE_TLI::close | ( | ) |
Close a TLI endpoint and release resources.
| void ACE_TLI::dump | ( | ) | const |
Dump the state of an object.
Get underlying protocol options.
|
inline |
Initialize a TLI endpoint.
|
inline |
Set underlying protocol options.
|
inline |
| ACE_TLI::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.