Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.5/include/nn/swkbd/CTR/
Dswkbd_Api.h334 struct Config struct
340 KeyboardType keyboardType; //
341 BottomButtonType bottomButtonType; //
342 FinishableCondition finishableCondition; //
343 MaskMode maskMode; //
344 ParentalControlsMode parentalControlsMode; //
345 bit32 upperScreenFlag; //
346 bit32 textCheckFlag; //
347 bit32 extOutputDataFlag; //
348 u16 textLengthMax; //
[all …]
/CTR-SDK-4.2.5/include/nn/socket/
Dsocket_Types.h75 struct Config struct
78 InAddr address;
79 InAddr netmask;
80 InAddr defaultRouter;
81 InAddr nameServer[2];
83 bool useDhcp;
84 bool useDhcpForDns;
85 s8 dhcpRetryCount;
86 bool sendDhcpRelease;
89 s16 mtu;
[all …]
/CTR-SDK-4.2.5/include/nn/phtsel/CTR/
Dphtsel_Api.h45 struct Config struct
52 static const size_t CONFIG_RESERVED_SIZE = 200;
60 u32 version;
65 bool enableSoftReset;
89 Config config; // argument
/CTR-SDK-4.2.5/include/nn/extrapad/CTR/
Dextrapad_Api.h56 struct Config struct
67 bool homeButton;
75 bool softwareReset;
99 Config config; // argument
/CTR-SDK-4.2.5/include/nn/erreula/CTR/
Derreula_Api.h125 struct Config struct
133 ErrorType errorType;
140 s32 errorCode;
148 s16 upperScreenFlag;
154 u16 useLanguage;
159 wchar_t errorText[ERROR_TEXT_LENGTH_MAX];
166 bool homeButton;
173 bool softwareReset;
180 bool appJump;
182 u8 pad0[137];
[all …]
/CTR-SDK-4.2.5/include/nn/voicesel/CTR/
Dvoicesel_Api.h108 struct Config struct
117 bool homeButton;
122 bool softwareReset;
124 u8 padding1[6];
131 u8 reserved[32 - 8];
/CTR-SDK-4.2.5/include/nn/ac/CTR/
Dac_Types.h167 typedef nnacConfig Config; typedef