Home Previous Up Next Index

Ice::EncodingVersion

Overview

struct EncodingVersion

A version structure for the encoding version.

Used By

::Freeze::Connection::getEncoding
Current::encoding
OpaqueEndpointInfo::rawEncoding
UnsupportedEncodingException::bad
UnsupportedEncodingException::supported

Data Members

byte major;
byte minor;

Home Previous Up Next Index