jooby-codec
    Preparing search index...
    interface IWriteImageParameters {
        data: TBytes;
        offset: TUint32;
    }
    Index

    Properties

    Properties

    data: TBytes

    The image content size should be a multiple of 8.
    In case there is less data it should be padded with zeros.

    offset: TUint32

    The offset at which to write the image content to the device's flash memory.