Difference between revisions of "DLPSRVR:GetConnectingClients"

From 3dbrew
Jump to navigation Jump to search
m (The length refers to the number of nodes that fit in the array)
m (The length refers to the number of nodes that fit in the array)
 
(No difference)

Latest revision as of 13:36, 8 July 2024

Request[edit]

Index Word Description
0 Header code [0x000B0042]
1 Nodes array buffer length
2 (nodes_array_size << 4) | 0xC
3 Nodes array buffer

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Returned length

Description[edit]

This writes a list of incoming node IDs (u16) that are trying to connect to the network. The length refers to the number of nodes that fit in the array.