APT:ReceiveParameter: Difference between revisions
Line 65: | Line 65: | ||
=Description= | =Description= | ||
This returns the current parameter data from NS state, from the source process which set the parameters. Once finished, NS will clear a flag in the NS state so that this command will return an error if this command is used again if parameters were not set again. | This returns the current parameter data from NS state, from the source process which set the parameters. Once finished, NS will clear a flag in the NS state so that this command will return an error if this command is used again if parameters were not set again. | ||
This is called when the second [[APTU:Initialize|Initialize]] event is triggered. It returns a signal type indicating why it was triggered. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Type | |||
! Description | |||
|- | |||
| 0x1 | |||
| Application just started | |||
|- | |||
| 0x3 | |||
| ? | |||
|- | |||
| 0xB | |||
| Returned to application ? | |||
|- | |||
| 0xC | |||
| Exiting application ? | |||
|- | |||
| 0xF | |||
| ? | |||
|} |