OpenDOF Project
DOSStatus DOSValue_Put_BLOB ( uint32  len,
const uint8 data 
)

Marshal a BLOB into the send buffer.

This may also be used for strings that may contain embedded NULL characters (valid for some wide-character string encodings).

Parameters
lenThe length of the raw BLOB data.
dataThe raw BLOB data to put into the send buffer. Must not be NULL.
Returns
DOSSTATUS_SUCCESS on success.
Note
When marshaling values into the send buffer, remember to do so in reverse order that they will be unmarshaled.
core-c-cos Version 7.0.1 Build 0
2018-02-08