pub unsafe extern "C" fn udsGetNodeInformation(
    NetworkNodeID: u16_,
    output: *mut udsNodeInfo
) -> Result
Expand description

This loads a NodeInfo struct for the specified NetworkNodeID. The broadcast alias can’t be used with this.

§Arguments

  • NetworkNodeID - Target NetworkNodeID.
  • output - Output NodeInfo struct.