Defines the member functions for the base class of the ACE_TLI abstraction.
More...
#include <TLI.h>
Defines the member functions for the base class of the ACE_TLI abstraction.
◆ ACE_TLI() [1/2]
ACE_TLI::ACE_TLI |
( |
void |
| ) |
|
|
protected |
◆ ~ACE_TLI()
ACE_TLI::~ACE_TLI |
( |
void |
| ) |
|
|
protected |
◆ ACE_TLI() [2/2]
ACE_TLI::ACE_TLI |
( |
const char |
device[], |
|
|
int |
oflag = O_RDWR , |
|
|
struct t_info * |
info = 0 |
|
) |
| |
|
protected |
Initialize a TLI endpoint.
◆ close()
int ACE_TLI::close |
( |
void |
| ) |
|
Close a TLI endpoint and release resources.
◆ dump()
void ACE_TLI::dump |
( |
void |
| ) |
const |
Dump the state of an object.
◆ get_local_addr()
int ACE_TLI::get_local_addr |
( |
ACE_Addr & |
sa | ) |
const |
Return our local endpoint address.
◆ get_option()
int ACE_TLI::get_option |
( |
int |
level, |
|
|
int |
option, |
|
|
void * |
optval, |
|
|
int & |
optlen |
|
) |
| |
Get underlying protocol options.
◆ look()
int ACE_TLI::look |
( |
| ) |
const |
|
inline |
◆ open()
ACE_HANDLE ACE_TLI::open |
( |
const char |
device[], |
|
|
int |
oflag = O_RDWR , |
|
|
struct t_info * |
info = 0 |
|
) |
| |
Initialize a TLI endpoint.
◆ rcvdis()
int ACE_TLI::rcvdis |
( |
struct t_discon * |
discon = 0 | ) |
const |
|
inline |
◆ rcvrel()
int ACE_TLI::rcvrel |
( |
| ) |
const |
|
inline |
◆ set_option()
int ACE_TLI::set_option |
( |
int |
level, |
|
|
int |
option, |
|
|
void * |
optval, |
|
|
int |
optlen |
|
) |
| |
Set underlying protocol options.
◆ snddis()
int ACE_TLI::snddis |
( |
struct t_call * |
call = 0 | ) |
const |
|
inline |
◆ sndrel()
int ACE_TLI::sndrel |
( |
| ) |
const |
|
inline |
◆ ACE_ALLOC_HOOK_DECLARE
ACE_TLI::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
The documentation for this class was generated from the following files: