This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rattach tag[2] qid[13]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rauth tag[2] aqid[13]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rclunk tag[2]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rcreate tag[2] qid[13] iounit[4]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rerror tag[2] ename[s]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rflush tag[2]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Ropen tag[2] qid[13] iounit[4]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rread tag[2] count[4] data[count]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rremove tag[2]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rstat tag[2] stat[n]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rversion tag[2] msize[4] version[s]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rwalk tag[2] nwqid[2] nwqid*(wqid[13])
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rwrite tag[2] count[4]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Rwstat tag[2]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tattach tag[2] fid[4] afid[4] uname[s] aname[s]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tauth tag[2] afid[4] uname[s] aname[s]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tclunk tag[2] fid[4]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tcreate tag[2] fid[4] name[s] perm[4] mode[1]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tflush tag[2] oldtag[2]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Topen tag[2] fid[4] mode[1]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tread tag[2] fid[4] offset[8] count[4]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tremove tag[2] fid[4]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tstat tag[2] fid[4]
Alias for type tuple
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Tversion tag[2] msize[4] version[s]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Twalk tag[2] fid[4] newfid[4] nwname[2] nwname*(wname[s])
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Twrite tag[2] fid[4] offset[8] count[4] data[count]
This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Twstat tag[2] fid[4] stat[n]
Casts from StyxObject class
Casts to StyxObject class
Is one of StyxObject class ?
Module for various type representation and conversions between types. Mainly for service use, however, the module contains two useful helpers for working with messages and their objects: fromStyxObject and toStyxObject. The module is not automatically connected with the import of the protoconst package, so manual connection is required to use it.