Difference between revisions of "NWMUDS:GetNodeInformation"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000D0040] |- | 1 | NodeID |} =Response= {| class="wikitable" border="1" |- !...") |
|||
Line 29: | Line 29: | ||
=Description= | =Description= | ||
− | This returns the node structure for the specified | + | This returns the node structure for the specified NodeID. This is the same structure passed to [[NWMUDS:Initialize]]. |
Revision as of 06:29, 1 April 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x000D0040] |
1 | NodeID |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2-11 | Output structure. |
Description
This returns the node structure for the specified NodeID. This is the same structure passed to NWMUDS:Initialize.