UMP.this

Creates a UMP with two 8 bit fields.

  1. this(ubyte msgType, ubyte group, ubyte status, ubyte channel, ubyte val0, ubyte val1)
    struct UMP
    @nogc @safe nothrow pure
    this
    (
    ubyte msgType
    ,
    ubyte group
    ,
    ubyte status
    ,
    ubyte channel
    ,
    ubyte val0 = 0
    ,
    ubyte val1 = 0
    )
  2. this(ubyte group, ubyte channel, ushort val)

Meta