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 |
( |
| ) |
|
|
inline |
◆ close()
int ACE_ATM_Stream::close |
( |
| ) |
|
|
inline |
Close down and release resources.
◆ dump()
void ACE_ATM_Stream::dump |
( |
| ) |
const |
|
inline |
Dump the state of an object.
◆ get_handle()
Get the underlying handle.
◆ get_peer_name()
char * ACE_ATM_Stream::get_peer_name |
( |
| ) |
const |
Get the name of the connected host.
◆ get_stream()
Get the underlying stream.
◆ get_vpi_vci()
Get the VPI and VCI of the stream.
◆ open()
◆ recv()
Recv an n byte buffer from the connected transport mechanism.
◆ send_n()
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: