$type
$type : ?int
PersistentQuantityMemory metadata entity
__construct(int|null $type = null, int|null $addr = null) : mixed
Constructs PersistentQuantityMemory metadata object.
| int|null | $type | Type of memory quantity data is stored in, the value is the same as PNUM. |
| int|null | $addr | Location of persistent quantity data in memory. |
fromApiResponse(array{type?: int, addr?: int} $response) : \Iqrf\Repository\Entities\Metadata\PersistentQuantityMemory
Parses the provided response data into a PersistentQuantityMemory object
| array{type?: int, addr?: int} | $response | API response body |
The parsed PersistentQuantityMemory object