Changes

94 bytes added ,  20:36, 2 April 2016
Line 238: Line 238:     
==NodeID==
 
==NodeID==
This is the u16 ID for each device on the UDS network. NodeID 0xFFFF is a broadcast alias. When spectators are allowed, NodeID value 0x1 is used for spectators, then 0x2 for the host and 0x3 for the first actual client. Otherwise, the NodeID values start at 0x1 for the host followed by the clients.
+
Only one spectator can be connected to the network at a time.
   −
Only one spectator can be connected to the network at a time, going by the input for [[NWMUDS:EjectSpectator]].
+
===NetworkNodeID===
 +
This is the network u16 ID for each device on the UDS network. NodeID 0xFFFF is a broadcast alias. 0x1 is for the host, the 0x2 for the first client, 0x3 for the second client, and so on.
 +
 
 +
===BindNetworkID===
 +
This u32 is an ID only used on the local device. How many devices are on the network or which device this system is do not affect this ID.
 +
 
 +
The spectator uses BindNetworkID 0x1. For normal devices this ID may vary.
    
==Application data transfer==
 
==Application data transfer==