Exemple #1
0
 public BroadcastContract()
 {
     this.string_0 = "";
     this.int_0    = 0;
     this.string_1 = null;
     this.actionTypeOnChannelIsBusy_0 = CJFramework.ActionTypeOnChannelIsBusy.Continue;
 }
Exemple #2
0
 public BroadcastContract(string _groupID, int infoType, byte[] info, CJFramework.ActionTypeOnChannelIsBusy action)
 {
     this.string_0 = "";
     this.int_0    = 0;
     this.actionTypeOnChannelIsBusy_0 = CJFramework.ActionTypeOnChannelIsBusy.Continue;
     this.string_0 = _groupID;
     this.byte_0   = info;
     this.int_0    = infoType;
     this.actionTypeOnChannelIsBusy_0 = action;
 }