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

Function EncodeExtendedStatusLength

source/src/enet_encap/cpf.c:525–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 */
524
525int EncodeExtendedStatusLength(
526 const CipMessageRouterResponse *const message_router_response,
527 ENIPMessage *const outgoing_message) {
528 outgoing_message->used_message_length += AddSintToMessage(
529 message_router_response->size_of_additional_status,
530 &outgoing_message->current_message_position);
531 return outgoing_message->used_message_length;
532}
533
534/**
535 * @brief Encodes the extended status data items

Callers 1

EncodeExtendedStatusFunction · 0.85

Calls 1

AddSintToMessageFunction · 0.85

Tested by

no test coverage detected