Class: RStyx::Message::Twrite
- Inherits:
-
StyxMessage
- Object
- StyxMessage
- RStyx::Message::Twrite
- Defined in:
- lib/rstyx/messages.rb
Overview
Class representing a Twrite message sent by a Styx client.
See Inferno’s read(5) for more details.
Fields
- fid
-
The fid of the file to write to
- offset
-
The offset into the file to write to
- data
-
The data to be written to that offset
Constant Summary
Constants inherited from StyxMessage
Instance Attribute Summary
Attributes inherited from StyxMessage
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