Class: RStyx::Message::Tversion

Inherits:
StyxMessage show all
Defined in:
lib/rstyx/messages.rb

Overview

Class representing a Tversion message sent by a Styx client. See Inferno’s version(5) for more details.

Fields

msize

The client-suggested message size, that is the maximum length in bytes that it will ever generate or expect to receive in a single Styx message.

version

The version string identifying the level of the protocol supported by the client.

Constant Summary

Constants inherited from StyxMessage

StyxMessage::MESSAGE_IDS

Instance Attribute Summary

Attributes inherited from StyxMessage

#fieldvals

Method Summary

Methods inherited from StyxMessage

add_field, fields, from_bytes, #ident, #initialize, #tag, #tag=, #to_bytes, #to_s

Constructor Details

This class inherits a constructor from RStyx::Message::StyxMessage