$dpaCommands
$dpaCommands : array
NfcSecured metadata entity
__construct(\Iqrf\Repository\Entities\Metadata\DpaCommand[] $dpaCommands = []) : mixed
Constructs NfcSecured metadata object.
| \Iqrf\Repository\Entities\Metadata\DpaCommand[] | $dpaCommands | Available DPA commands specified by a pair of peripheral and peripheral command. |
fromApiResponse(array{dpaCommands?: array{pnum: int, pcmd: int}[]} $response) : \Iqrf\Repository\Entities\Metadata\NfcSecured
Parses the provided response data into a NfcSecured object
| array{dpaCommands?: array{pnum: int, pcmd: int}[]} | $response | API response body |
The parsed NfcSecured object