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