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

    Class ActionMemory

    Action memory metadata

    Index
    • Constructs action memory metadata

      Parameters

      • type: number | null = null

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

      • addr: number | null = null

        Location in memory

      • size: number | null = null

        Size of allocated data block for actions

      Returns ActionMemory

    addr: number | null = null

    Location in memory

    size: number | null = null

    Size of allocated data block for actions

    type: number | null = null

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