Example #1
0
 public FilePackage()
 {
     this.string_0      = "";
     this.byte_0        = 0;
     this.byte_1        = null;
     this.packageType_0 = CJPlus.FileTransceiver.PackageType.FileTransferingPackage;
 }
Example #2
0
 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;
 }