cesr
    Preparing search index...

    Interface Frame

    interface Frame {
        code: string;
        quadlets: number;
        raw?: Uint8Array<ArrayBufferLike>;
        size: FrameSize;
        soft?: number;
        binary(): Uint8Array;
        text(): string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Methods

    Properties

    code: string
    quadlets: number
    raw?: Uint8Array<ArrayBufferLike>
    size: FrameSize
    soft?: number

    Methods

    • Returns Uint8Array