Home Previous Up Next Index

Ice::ProtocolVersion

Overview

struct ProtocolVersion

A version structure for the protocol version.

Used By

UnsupportedProtocolException::bad
UnsupportedProtocolException::supported

Data Members

byte major;
byte minor;

Home Previous Up Next Index