jooby-codec
    Preparing search index...

    Interface ISetDisplayParamParameters

    interface ISetDisplayParamParameters {
        displayMode: TUint8;
        order: TUint8[];
    }
    Index

    Properties

    Properties

    displayMode: TUint8
    order: TUint8[]

    List of display numbers.

    To set partial list 0 should be used at the end. E.g. to set [1, 2, 3] send [1, 2, 3, 0].

    (screenIds | display identifiers)