Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


Ice::OpaqueEndpointInfo

Overview

local class OpaqueEndpointInfo extends Ice::EndpointInfo

Provides access to the details of an opaque endpoint.

See Also

Data Member Index

rawEncoding — The encoding version of the opaque endpoint (to decode or encode the rawBytes).
rawBytes — The raw encoding of the opaque endpoint.

Data Members

Ice::EncodingVersion rawEncoding;

The encoding version of the opaque endpoint (to decode or encode the rawBytes).

Ice::ByteSeq rawBytes;

The raw encoding of the opaque endpoint.


  • No labels