Defines the member functions for ACE_ATM_Stream abstraction.
More...
#include <ATM_Stream.h>
Defines the member functions for ACE_ATM_Stream abstraction.
◆ PEER_ADDR
◆ ACE_ATM_Stream()
ACE_ATM_Stream::ACE_ATM_Stream |
( |
void |
| ) |
|
|
inline |
◆ close()
int ACE_ATM_Stream::close |
( |
void |
| ) |
|
|
inline |
Close down and release resources.
◆ dump()
void ACE_ATM_Stream::dump |
( |
void |
| ) |
const |
|
inline |
Dump the state of an object.
◆ get_handle()
ACE_HANDLE ACE_ATM_Stream::get_handle |
( |
void |
| ) |
const |
Get the underlying handle.
◆ get_peer_name()
char * ACE_ATM_Stream::get_peer_name |
( |
void |
| ) |
const |
Get the name of the connected host.
◆ get_stream()
Get the underlying stream.
◆ get_vpi_vci()
int ACE_ATM_Stream::get_vpi_vci |
( |
ACE_UINT16 & |
vpi, |
|
|
ACE_UINT16 & |
vci |
|
) |
| const |
Get the VPI and VCI of the stream.
◆ open()
◆ recv()
ssize_t ACE_ATM_Stream::recv |
( |
void * |
buf, |
|
|
size_t |
n, |
|
|
int * |
flags = 0 |
|
) |
| const |
|
inline |
Recv an n byte buffer from the connected transport mechanism.
◆ send_n()
ssize_t ACE_ATM_Stream::send_n |
( |
const void * |
buf, |
|
|
size_t |
n, |
|
|
int |
flags |
|
) |
| const |
|
inline |
Send exactly n bytes to the connected transport mechanism.
◆ ACE_ALLOC_HOOK_DECLARE
ACE_ATM_Stream::ACE_ALLOC_HOOK_DECLARE |
Declare the dynamic allocation hooks.
◆ stream_
Typedef'd to the appropriate stream mechanism above.
The documentation for this class was generated from the following files: