|
libnx v4.9.0
|
Common container struct for applets' reply data, from the output storage. More...
#include <web.h>
Data Fields | |
| bool | type |
| Type of reply: false = ret, true = storage. | |
| WebShimKind | shimKind |
| ShimKind. | |
| WebCommonReturnValue | ret |
| Reply data for reply=false. | |
| WebCommonTLVStorage | storage |
| Reply data for reply=true. | |
Common container struct for applets' reply data, from the output storage.