Class: RStyx::Message::Tcreate

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

Overview

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

Fields

fid

The fid of the file to open

name

The name of the file to create

perm

The permissions bitmask of the file to be created

mode

The open mode after file creation

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