public static Offset <GetDmxRuleBoolSettingRange> CreateGetDmxRuleBoolSettingRange(FlatBufferBuilder builder,
                                                                                    uint deviceId                  = 0,
                                                                                    uint settingId                 = 0,
                                                                                    uint ruleSettingId             = 0,
                                                                                    VectorOffset ruleSettingOffset = default(VectorOffset))
 {
     builder.StartObject(4);
     GetDmxRuleBoolSettingRange.AddRuleSetting(builder, ruleSettingOffset);
     GetDmxRuleBoolSettingRange.AddRuleSettingId(builder, ruleSettingId);
     GetDmxRuleBoolSettingRange.AddSettingId(builder, settingId);
     GetDmxRuleBoolSettingRange.AddDeviceId(builder, deviceId);
     return(GetDmxRuleBoolSettingRange.EndGetDmxRuleBoolSettingRange(builder));
 }
 public static GetDmxRuleBoolSettingRange GetRootAsGetDmxRuleBoolSettingRange(ByteBuffer _bb, GetDmxRuleBoolSettingRange obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }