Beispiel #1
0
 public static Offset <GetDmxDeviceRange> CreateGetDmxDeviceRange(FlatBufferBuilder builder,
                                                                  uint deviceId = 0,
                                                                  byte range    = 0)
 {
     builder.StartObject(2);
     GetDmxDeviceRange.AddDeviceId(builder, deviceId);
     GetDmxDeviceRange.AddRange(builder, range);
     return(GetDmxDeviceRange.EndGetDmxDeviceRange(builder));
 }
Beispiel #2
0
 public static GetDmxDeviceRange GetRootAsGetDmxDeviceRange(ByteBuffer _bb, GetDmxDeviceRange obj)
 {
     return(obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb));
 }