Class: Rumai::IXP::Qid
- Inherits:
-
Object
- Object
- Rumai::IXP::Qid
- Includes:
- Struct
- Defined in:
- lib/rumai/ixp/message.rb
Overview
Holds information about a file being accessed on a 9P2000 server.
Constant Summary
- QTDIR =
The following constant definitions originate from: swtch.com/usr/local/plan9/include/libc.h
0x80
- QTAPPEND =
0x40
- QTEXCL =
0x20
- QTMOUNT =
0x10
- QTAUTH =
0x08
- QTTMP =
0x04
- QTSYMLINK =
0x02
- QTFILE =
type bit for directories type bit for append only files type bit for exclusive use files type bit for mounted channel type bit for authentication file type bit for non-backed-up file type bit for symbolic link type bits for plain file
0x00
Method Summary
Methods included from Struct
included, #initialize, #load_9p, #to_9p
Constructor Details
This class inherits a constructor from Rumai::IXP::Struct