![]() |
Ice 3.8
Slice API Reference
|
Represents a version of the Ice protocol. The only version implemented and supported by Ice is version 1.0. More...
defined in <Ice/Version.ice>
["cpp:custom-print"]
struct ProtocolVersion { ... }
Data Members | |
byte | major |
The major version of the Ice protocol. | |
byte | minor |
The minor version of the Ice protocol. |
Represents a version of the Ice protocol. The only version implemented and supported by Ice is version 1.0.
Definition at line 23 of file Version.ice.