| 523 | */ |
| 524 | |
| 525 | int 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 |
no test coverage detected