PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::network::pipeline::encoded_response Struct Reference

Encoded PDU ready for network transmission. More...

#include <response_encode_job.h>

Collaboration diagram for kcenon::pacs::network::pipeline::encoded_response:
Collaboration graph

Public Attributes

uint64_t session_id
 Session ID for routing.
 
std::vector< uint8_t > pdu_data
 Encoded PDU bytes.
 
bool is_final {true}
 Whether this is the last response in a sequence.
 
uint16_t message_id
 Original message ID for correlation.
 

Detailed Description

Encoded PDU ready for network transmission.

Definition at line 35 of file response_encode_job.h.

Member Data Documentation

◆ is_final

bool kcenon::pacs::network::pipeline::encoded_response::is_final {true}

◆ message_id

uint16_t kcenon::pacs::network::pipeline::encoded_response::message_id

◆ pdu_data

std::vector<uint8_t> kcenon::pacs::network::pipeline::encoded_response::pdu_data

◆ session_id

uint64_t kcenon::pacs::network::pipeline::encoded_response::session_id

The documentation for this struct was generated from the following file: