buildCommand

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[] buildCommand(ubyte ID, ushort length, ubyte payLoad)
  2. ubyte[] buildCommand(ubyte ID, ushort length, ushort payLoad)
  3. ubyte[] buildCommand(ubyte ID, ushort length, ubyte[] payLoad)
    package @safe pure nothrow
    ubyte[]
    buildCommand
    (
    ubyte ID
    ,
    ushort length
    ,
    const ubyte[] payLoad
    )

Meta