Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/boss/
Dboss_Types.h83 typedef struct TaskActionConfig { struct
84 Action action; /* タスクのスケジューリング方法の識別子 */
85 u8 privateRootCA; /* プライベートルートCA  (true/false) */
86 u8 privateClientCert; /* プライベートクライアントCert (true/false) */
87 ApInfoType infoAP; /* AP(アクセスポイント)情報 */
88 FileDescriptor fDsec; /* ファイル識別子のタイプ指定 */
113 } TaskActionConfig; argument