APT:GlanceParameter

APT:GlanceParameter

Request #

Index WordDescription
0Header code [0x000E0080]
1AppID
2Parameter Size (max is 0x1000)

The following is located 0x100-bytes after the beginning of the above command buffer, as a static buffer descriptor receiving the static buffer in the response:

Index WordDescription
0(Parameter Size << 14) | 2
1void*, Parameter Output

Response #

Index WordDescription
0Header code [0x000E0104]
1Result code
2Sender AppID
3Command
4Actual Parameter Size
50x0
6Handle Parameter
7(Actual Parameter Size << 14) | 2 (static buffer descriptor)
8void*, Parameter to send

Description #

This is exactly the same as APT:ReceiveParameter (except for the word value prior to the output handle), except this will not clear the flag (except when responseword[3] == 8 || responseword[3] == 9) in NS state. Thus, the parameter data can still be loaded via APT:ReceiveParameter/ APT:GlanceParameter after using this command, except when responseword[3] is one of the above values.