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