nn::ir::CTR::Communicator::CalculateBufferSizeToCommunicate Member Function
static size_t CalculateBufferSizeToCommunicate(
size_t dataSize
);
| Name | Description | |
|---|---|---|
| in | dataSize |
Data size |
The size of buffer required in order to use the Send and Receive functions.
In communication between systems, management information is appended to data transfers. This means that you must pass a buffer that is larger than the size of data you want to send or receive. This function calculates the required buffer size based on the size of data you want to send or receive.
CONFIDENTIAL