pub unsafe extern "C" fn udsGetNodeInformation(
NetworkNodeID: u16_,
output: *mut udsNodeInfo,
) -> ResultExpand 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.