Ice.ProtocolVersion

class Ice.ProtocolVersion(major: int = 0, minor: int = 0)

Bases: object

Represents a version of the Ice protocol. The only version implemented and supported by Ice is version 1.0.

Parameters:
major

The major version of the Ice protocol.

Type:

int

minor

The minor version of the Ice protocol.

Type:

int

Notes

The Slice compiler generated this dataclass from Slice struct ::Ice::ProtocolVersion.