IQRF Repository JavaScript client - v0.2.0-beta.3
    Preparing search index...

    Interface ActionMemoryRawInternal

    Action memory metadata - raw API response

    interface ActionMemoryRaw {
        addr?: number;
        size?: number;
        type?: number;
    }
    Index
    addr?: number

    Location in memory

    size?: number

    Size of allocated data block for actions

    type?: number

    Type of memory action data is stored in, the value is the same as PNUM