jooby-codec
    Preparing search index...

    Command public interface exported from its module.

    interface ICommandImplementation {
        examples: analogUltrasound.utils.command.TCommandExamples;
        fromBytes(bytes: TBytes): any;
        headerSize: number;
        id: TCommandId;
        name: TCommandName;
        toBytes(parameters?: object): TBytes;
    }
    Index

    Properties

    headerSize: number

    Methods

    • Parameters

      Returns any

    • Parameters

      • Optionalparameters: object

      Returns TBytes