MCPcopy Create free account
hub / github.com/EIPStackGroup/OpENer / EncodeExtendedStatus

Function EncodeExtendedStatus

source/src/enet_encap/cpf.c:567–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 */
566
567int EncodeExtendedStatus(
568 const CipMessageRouterResponse *const message_router_response,
569 ENIPMessage *const outgoing_message) {
570 EncodeExtendedStatusLength(message_router_response, outgoing_message);
571 EncodeExtendedStatusDataItems(message_router_response, outgoing_message);
572
573 return outgoing_message->used_message_length;
574}
575
576/**
577 * @brief Encode the data item length of the unconnected data segment

Callers 1

AssembleLinearMessageFunction · 0.85

Calls 2

Tested by

no test coverage detected