|
|
 |
 |
|
#include <ASN1XERInputStream.h>
Inheritance diagram for ASN1XERSocketInputStream:
List of all members.
Detailed Description
A socket input stream for streaming XER decoding. This class reads data directly from a network via TCP/IP socket.
Constructor & Destructor Documentation
| ASN1XERSocketInputStream::ASN1XERSocketInputStream |
( |
OSRTSOCKET |
socket, |
|
|
ASN1BOOL |
ownership = FALSE |
|
) |
[inline] |
|
|
|
Creates and initializes the socket input stream using the socket's handle. Use getStatus() method to determine has error occured during the initialization or not.
- Parameters:
-
| socket | Handle of the socket. |
| ownership | Indicates the ownership of the socket's handle. |
- See also:
- rtSocketCreate, rtSocketAccept
rtStreamSocketAttach
|
| ASN1XERSocketInputStream::ASN1XERSocketInputStream |
( |
OSCSocket & |
socket |
) |
[inline] |
|
|
|
Initializes the socket input stream using the OSCSocket class' instance. Use getStatus() method to determine has error occured during the initialization or not.
- Parameters:
-
| socket | Reference to OSCSocket class' instance. |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.
|
This file was last modified on
8 Sep 2005. ASN1C XER Runtime, ASN1C v5.8x |
|