NDM Services: Difference between revisions
Steveice10 (talk | contribs) m Minor cleaning, add State enum. |
TimmSkiller (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
__TOC__ | |||
{{Anchor|NDMU}}{{Anchor|ndm:u}} | |||
= NDM service "ndm:u" = | = NDM service "ndm:u" = | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 76: | Line 77: | ||
|} | |} | ||
=Types= | |||
==Daemon== | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 117: | Line 97: | ||
|} | |} | ||
==DaemonMask== | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 136: | Line 116: | ||
|} | |} | ||
==DaemonStatus== | |||
Represents the status of a single daemon. | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 155: | Line 136: | ||
|} | |} | ||
==State== | |||
Represents the internal state of the NDM module. | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 197: | Line 179: | ||
| 11 | | 11 | ||
|} | |} | ||
==ExclusiveState== | |||
Represents the exlusive state of the NDM module. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Enum | |||
! Value | |||
|- | |||
| EXCLUSIVE_STATE_NONE | |||
| 0 | |||
|- | |||
| EXCLUSIVE_STATE_INFRASTRUCTURE | |||
| 1 | |||
|- | |||
| EXCLUSIVE_STATE_LOCAL_COMMUNICATIONS | |||
| 2 | |||
|- | |||
| EXCLUSIVE_STATE_STREETPASS | |||
| 3 | |||
|- | |||
| EXCLUSIVE_STATE_STREETPASS_DATA | |||
| 4 | |||
|} | |||
[[Category:Services]] |