public BroadcastContract() { this.string_0 = ""; this.int_0 = 0; this.string_1 = null; this.actionTypeOnChannelIsBusy_0 = CJFramework.ActionTypeOnChannelIsBusy.Continue; }
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; }