styx2000.protobj

This module provides wrapper class implementations for the basic kinds of objects found in 9P / Styx messages.

Modules

afid
module styx2000.protobj.afid

A type for representing the afid object of the 9P / Styx protocol.

aname
module styx2000.protobj.aname

A type for representing the aname object of the 9P / Styx protocol.

aqid
module styx2000.protobj.aqid

A type for representing the aqid object of the 9P / Styx protocol.

count
module styx2000.protobj.count

A type for representing the count object of the 9P / Styx protocol.

data
module styx2000.protobj.data

A type for representing the data object of the 9P / Styx protocol.

ename
module styx2000.protobj.ename

A type for representing the ename object of the 9P / Styx protocol.

fid
module styx2000.protobj.fid

A type for representing the fid object of the 9P / Styx protocol.

iounit
module styx2000.protobj.iounit

A type for representing the iounit object of the 9P / Styx protocol.

mode
module styx2000.protobj.mode

A type for representing the mode object of the 9P / Styx protocol.

msize
module styx2000.protobj.msize

A type for representing the msize object of the 9P / Styx protocol.

name
module styx2000.protobj.name

A type for representing the name object of the 9P / Styx protocol.

newfid
module styx2000.protobj.newfid

A type alias for representing the newfid object of the 9P / Styx protocol.

nwname
module styx2000.protobj.nwname

A type for representing the name object of the 9P / Styx protocol.

nwqid
module styx2000.protobj.nwqid

A type for representing the nwqid object of the 9P / Styx protocol.

offset
module styx2000.protobj.offset

A type for representing the offset object of the 9P / Styx protocol.

oldtag
module styx2000.protobj.oldtag

A type alias for representing the oldtag object of the 9P / Styx protocol.

perm
module styx2000.protobj.perm

A type for representing the perm object of the 9P / Styx protocol.

qid
module styx2000.protobj.qid

A type for representing the qid object of the 9P / Styx protocol.

size
module styx2000.protobj.size

A type for representing the size object of the 9P / Styx protocol.

stat
module styx2000.protobj.stat

A type for representing the stat object of the 9P / Styx protocol.

styxobject
module styx2000.protobj.styxobject

Common type for representing all of the 9P / Styx protocol objects.

styxversion
module styx2000.protobj.styxversion

A type for representing the version object of the 9P / Styx protocol.

tag
module styx2000.protobj.tag

A type for representing the tag object of the 9P / Styx protocol.

type
module styx2000.protobj.type

A type for representing the type object of the 9P / Styx protocol.

uname
module styx2000.protobj.uname

A type for representing the uname object of the 9P / Styx protocol.

Public Imports

styx2000.protobj.afid
public import styx2000.protobj.afid;

The class required to represent the afid object of the Styx protocol.

styx2000.protobj.aqid
public import styx2000.protobj.aqid;

The class required to represent the aqid object of the Styx protocol.

styx2000.protobj.aname
public import styx2000.protobj.aname;

The class required to represent the aname object of the Styx protocol.

styx2000.protobj.count
public import styx2000.protobj.count;

The class required to represent the count object of the Styx protocol.

styx2000.protobj.data
public import styx2000.protobj.data;

The class required to represent the data object of the Styx protocol.

styx2000.protobj.ename
public import styx2000.protobj.ename;

The class required to represent the ename object of the Styx protocol.

styx2000.protobj.fid
public import styx2000.protobj.fid;

The class required to represent the fid object of the Styx protocol.

styx2000.protobj.iounit
public import styx2000.protobj.iounit;

The class required to represent the iounit object of the Styx protocol.

styx2000.protobj.mode
public import styx2000.protobj.mode;

The class required to represent the mode object of the Styx protocol.

styx2000.protobj.msize
public import styx2000.protobj.msize;

The class required to represent the msize object of the Styx protocol.

styx2000.protobj.name
public import styx2000.protobj.name;

The class required to represent the name object of the Styx protocol.

styx2000.protobj.newfid
public import styx2000.protobj.newfid;

The class required to represent the newfid object of the Styx protocol.

styx2000.protobj.nwname
public import styx2000.protobj.nwname;

The class required to represent the nwname object of the Styx protocol.

styx2000.protobj.nwqid
public import styx2000.protobj.nwqid;

The class required to represent the nwqid object of the Styx protocol.

styx2000.protobj.qid
public import styx2000.protobj.qid;

The class required to represent the qid object of the Styx protocol.

styx2000.protobj.oldtag
public import styx2000.protobj.oldtag;

The class required to represent the oldtag object of the Styx protocol.

styx2000.protobj.offset
public import styx2000.protobj.offset;

The class required to represent the offset object of the Styx protocol.

styx2000.protobj.perm
public import styx2000.protobj.perm;

The class required to represent the perm object of the Styx protocol.

styx2000.protobj.size
public import styx2000.protobj.size;

The class required to represent the size object of the Styx protocol.

styx2000.protobj.stat
public import styx2000.protobj.stat;

The class required to represent the stat object of the Styx protocol.

styx2000.protobj.styxversion
public import styx2000.protobj.styxversion;

The class required to represent the version object of the Styx protocol.

styx2000.protobj.tag
public import styx2000.protobj.tag;

The class required to represent the tag object of the Styx protocol.

styx2000.protobj.type
public import styx2000.protobj.type;

The class required to represent the type object of the Styx protocol.

styx2000.protobj.uname
public import styx2000.protobj.uname;

The class required to represent the uname object of the Styx protocol.

styx2000.protobj.styxobject
public import styx2000.protobj.styxobject;

Common type for all classes representing Styx protocol objects.

Meta

Authors

Oleg Bakharev, Ilya Pertsev