$type
$type : ?int
ActionMemory metadata entity
__construct(int|null $type = null, int|null $addr = null, int|null $size = null) : mixed
Constructs ActionMemory metadata object.
| int|null | $type | Type of memory action data is stored in, the value is the same as PNUM. |
| int|null | $addr | Location in memory. |
| int|null | $size | Size of allocated data block for actions. |
fromApiResponse(array{type?: int, addr?: int, size?: int} $response) : \Iqrf\Repository\Entities\Metadata\ActionMemory
Parses the provided response data into an ActionMemory object
| array{type?: int, addr?: int, size?: int} | $response | API response body |
The parsed ActionMemory object