NetworkNode objects have API functions for dealing with digital I/O.
DigitalInCountGetDigitalInAddressGetDigitalInMaskGetDigitalInGet- …
Axis objects have their own APIs for get/set of I/O state of the digital inputs hosted by the Axis object/node.
DigitalInGet(RSIMotorGeneralIo motorGeneralIoNumber)- …
However, there’s no Axis method to retrieve the address of an I/O point. Will the addresses returned by the NetworkNode functions “point” to the same I/O that is used by the Axis digital I/O methods?