WriteBlob Method (IPubSubBuffer)
- Last UpdatedApr 08, 2026
- 1 minute read
Writes an unstructured System.Byte array to the buffer.
void WriteBlob(
array<byte>^ val,
int maxLen
)
Parameters
- val
- The unstructured System.Byte array data to write into the buffer.
- maxLen
- The number of bytes in the blob.