A constructor that creates a unique qid number based on the parameters passed to it. If it is called without parameters, then the type will be STYX_QID_TYPE.QTFILE and zero values for the remaining parameters.
Type of qid.
Unique 32-bit version number for file or directory.
Unique 64-bit path number for file or directory.
Typical usage:
Aqid aqid = new Aqid(STYX_QID_TYPE.QTFILE, 0, 12345678);
See Implementation
A constructor that creates a unique qid number based on the parameters passed to it. If it is called without parameters, then the type will be STYX_QID_TYPE.QTFILE and zero values for the remaining parameters.