コード例 #1
0
ファイル: FilePackage.cs プロジェクト: jollitycn/JGNet
 public FilePackage()
 {
     this.string_0      = "";
     this.byte_0        = 0;
     this.byte_1        = null;
     this.packageType_0 = CJPlus.FileTransceiver.PackageType.FileTransferingPackage;
 }
コード例 #2
0
ファイル: FilePackage.cs プロジェクト: jollitycn/JGNet
 public FilePackage(string _projectID, byte _index, byte[] _data, CJPlus.FileTransceiver.PackageType _packageType)
 {
     this.string_0      = "";
     this.byte_0        = 0;
     this.byte_1        = null;
     this.packageType_0 = CJPlus.FileTransceiver.PackageType.FileTransferingPackage;
     this.string_0      = _projectID;
     this.byte_0        = _index;
     this.byte_1        = _data;
     this.packageType_0 = _packageType;
 }