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

    Class PersistentQuantity

    Persistent quantity metadata

    Index
    • Constructs persistent quantity metadata

      Parameters

      • quantity: number | null = null

        Identifier of a quantity, sensor type value is used for this purpose

      • value: number | null = null

        Persisted value (in accordance with the IQRF standard)

      • description: string | null = null

        Persistent quantity description and use case

      • memory: PersistentQuantityMemory | null = null

        Information about the type of memory and location in said memory for persistent quantity

      Returns PersistentQuantity

    description: string | null = null

    Persistent quantity description and use case

    memory: PersistentQuantityMemory | null = null

    Information about the type of memory and location in said memory for persistent quantity

    quantity: number | null = null

    Identifier of a quantity, sensor type value is used for this purpose

    value: number | null = null

    Persisted value (in accordance with the IQRF standard)