Class: RStyx::Message::Rcreate
- Inherits:
-
StyxMessage
- Object
- StyxMessage
- RStyx::Message::Rcreate
- Defined in:
- lib/rstyx/messages.rb
Overview
Class representing an Rcreate message sent by a Styx server. See Inferno’s open(5) for more details.
Fields
- qid
-
The Qid representing the file that was created
- iounit
-
The maximum number of bytes guaranteed to be read from and written to the file without breaking the transfer into multiple messages.
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