NDM Services: Difference between revisions

ElementW (talk | contribs)
m Add anchors
TimmSkiller (talk | contribs)
No edit summary
 
Line 77: Line 77:
|}
|}


'''enum ExclusiveState'''
=Types=
{| class="wikitable" border="1"
==Daemon==
|-
!  Enum
!  Value
|-
| EXCLUSIVE_STATE_NONE
| 0
|-
| EXCLUSIVE_STATE_INFRASTRUCTURE
| 1
|-
| EXCLUSIVE_STATE_LOCAL_COMMUNICATIONS
| 2
|-
| EXCLUSIVE_STATE_STREETPASS
| 3
|-
| EXCLUSIVE_STATE_STREETPASS_DATA
| 4
|}
 
'''enum Daemon'''
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 118: Line 97:
|}
|}


'''enum DaemonMask'''
==DaemonMask==
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 137: Line 116:
|}
|}


'''enum DaemonStatus'''
==DaemonStatus==
Represents the status of a single daemon.
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 156: Line 136:
|}
|}


'''enum State'''
==State==
Represents the internal state of the NDM module.
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 197: Line 178:
| STATE_CEC_SUSPENDING
| STATE_CEC_SUSPENDING
| 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]]
[[Category:Services]]