nn::ir::CTR::Communicator::GetPacketSize Member Function
static size_t GetPacketSize(
size_t dataSize
);
| Name | Description | |
|---|---|---|
| in | dataSize | Data size |
Calculates the size required for saving one data packet in the buffer used internally by the IR library. This size is equal to the size calculated by the CalculateBufferSizeToCommunicate function plus the fixed-size header and footer.
CONFIDENTIAL