Interface Command

Object shape for a command and its length

interface Command {
    cmd: number;
    len: number;
}

Properties

Properties

cmd: number

The command

len: number

The length