nn::boss::NsaList::NsaInformation Structurestruct NsaInformation
{
char fileName[32];
u32 fileSize;
u32 updateEpochTime;
char attribute1[10];
char attribute2[10];
char attribute3[10];
u8 caption[150];
};
A structure that stores all the NSA data in a parsed NSA list.
fileName
|
char | Filename (up to 31 characters). | |
|---|---|---|---|
fileSize
|
u32 | File size (in bytes). | |
updateEpochTime
|
u32 | The file's update time (the number of seconds elapsed since the Unix epoch—midnight on January 1, 1970). The starting NSA release date uses a value that matches the Last-Modified HTTP response when the file is downloaded. | |
attribute1
|
char | Attribute 1 (a string of up to nine characters). You can only use alphanumeric characters and underscores. You can freely set a value for each NSA from the server UI. This is a search element for specifying which NSA to include in an NSA list when you get it. | |
attribute2
|
char | Attribute 2 (a string of up to nine characters). For more information on the role of this attribute and which characters can be used, see attribute1. | |
attribute3
|
char | Attribute 3 (a string of up to nine characters). For more information on the role of this attribute and which characters can be used, see attribute1. | |
caption
|
u8 | A description. This is a UTF-8 string of up to 50 characters. You can freely set a value for each NSA from the server UI. |
CONFIDENTIAL