Search
1 result(s) for MaxBodySize
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappingssender shall first calculate the maximum amount of space available in the MessageChunk (called MaxBodySize ) using the following formula: MaxBodySize = PlainTextBlockSize * Floor ((MessageChunkSize - MessageHeaderSize - SecurityHeaderSize - SignatureSize - 1)/CipherTextBlockSize) - SequenceHeaderSize ... into a single chunk if BytesToWrite is less than or equal to the MaxBodySize . In this case the PaddingSize is calculated with this formula: PaddingSize = PlainTextBlockSize - ((BytesToWrite + SignatureSize + 1) % PlainTextBlockSize