コード例 #1
0
ファイル: fs4_status.cs プロジェクト: zjianliu/NFSClient
 public void xdrDecode(XdrDecodingStream xdr) {
     fss_type = xdr.xdrDecodeInt();
     fss_source = new utf8str_cs(xdr);
     fss_current = new utf8str_cs(xdr);
     fss_age = xdr.xdrDecodeInt();
     fss_version = new nfstime4(xdr);
 }
コード例 #2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     fss_type = xdr.xdrDecodeInt();
     fss_source = new utf8str_cs(xdr);
     fss_current = new utf8str_cs(xdr);
     fss_age = xdr.xdrDecodeInt();
     fss_version = new nfstime4(xdr);
 }
コード例 #3
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     status = xdr.xdrDecodeInt();
     tag    = new utf8str_cs(xdr);
     { int _size = xdr.xdrDecodeInt(); resarray = new nfs_resop4[_size]; for (int _idx = 0; _idx < _size; ++_idx)
       {
           resarray[_idx] = new nfs_resop4(xdr);
       }
     }
 }
コード例 #4
0
ファイル: COMPOUND4args.cs プロジェクト: zousenming/NFSClient
 public void xdrDecode(XdrDecodingStream xdr)
 {
     tag          = new utf8str_cs(xdr);
     minorversion = new uint32_t(xdr);
     { int size = xdr.xdrDecodeInt(); argarray = new nfs_argop4[size]; for (int idx = 0; idx < size; ++idx)
       {
           argarray[idx] = new nfs_argop4(xdr);
       }
     }
 }
コード例 #5
0
ファイル: linktext4.cs プロジェクト: SonnyX/NFS-Client
 public void xdrDecode(XdrDecodingStream xdr)
 {
     value = new utf8str_cs(xdr);
 }
コード例 #6
0
ファイル: linktext4.cs プロジェクト: SonnyX/NFS-Client
 public linktext4(utf8str_cs value)
 {
     this.value = value;
 }
コード例 #7
0
ファイル: COMPOUND4args.cs プロジェクト: zjianliu/NFSClient
 public void xdrDecode(XdrDecodingStream xdr)
   {
     tag = new utf8str_cs(xdr);
     minorversion = new uint32_t(xdr);
     { int size = xdr.xdrDecodeInt(); argarray = new nfs_argop4[size]; for ( int idx = 0; idx < size; ++idx ) { argarray[idx] = new nfs_argop4(xdr); } }
 }
コード例 #8
0
 public component4(utf8str_cs value)
 {
     this.value = value;
 }
コード例 #9
0
ファイル: nfs_impl_id4.cs プロジェクト: zjianliu/NFSClient
 public void xdrDecode(XdrDecodingStream xdr) {
     nii_domain = new utf8str_cis(xdr);
     nii_name = new utf8str_cs(xdr);
     nii_date = new nfstime4(xdr);
 }
コード例 #10
0
 public fattr4_mimetype(utf8str_cs value)
 {
     this.value = value;
 }
コード例 #11
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     nii_domain = new utf8str_cis(xdr);
     nii_name   = new utf8str_cs(xdr);
     nii_date   = new nfstime4(xdr);
 }
コード例 #12
0
ファイル: component4.cs プロジェクト: zjianliu/NFSClient
 public void xdrDecode(XdrDecodingStream xdr) {
     value = new utf8str_cs(xdr);
 }
コード例 #13
0
ファイル: component4.cs プロジェクト: zjianliu/NFSClient
 public component4(utf8str_cs value) {
     this.value = value;
 }
コード例 #14
0
ファイル: fattr4_mimetype.cs プロジェクト: zjianliu/NFSClient
 public fattr4_mimetype(utf8str_cs value) {
     this.value = value;
 }
コード例 #15
0
ファイル: COMPOUND4res.cs プロジェクト: zjianliu/NFSClient
 public void xdrDecode(XdrDecodingStream xdr) {
     status = xdr.xdrDecodeInt();
     tag = new utf8str_cs(xdr);
     { int _size = xdr.xdrDecodeInt(); resarray = new nfs_resop4[_size]; for ( int _idx = 0; _idx < _size; ++_idx ) { resarray[_idx] = new nfs_resop4(xdr); } }
 }
コード例 #16
0
ファイル: linktext4.cs プロジェクト: zjianliu/NFSClient
 public linktext4(utf8str_cs value) {
     this.value = value;
 }