NWM Services: Difference between revisions
| Line 245: | Line 245: | ||
The spectator doesn't have a NetworkNodeID, since it can't [[NWMUDS:SendTo|send]] any data.  | The spectator doesn't have a NetworkNodeID, since it can't [[NWMUDS:SendTo|send]] any data.  | ||
===  | ===BindNodeID===  | ||
This u32 is an ID only used on the local device. How many devices are on the network or which device this system is   | This u32 is an ID only used on the local device. How many devices are on the network or which device this system is does not affect this ID.  | ||
The spectator uses   | The spectator uses BindNodeID 0x1. DLP uses BindNodeID 0x3 when connecting as an actual client. Hence, it seems BindNodeID bit0 is spectator-related. All normal nodes(host/client) start with BindNodeID 0x2. When connecting to a network again(and probably with network creation) without reinitializing NWMUDS, official user processes increase the used BindNodeID by 0x2.  | ||
==Application data transfer==  | ==Application data transfer==  | ||