pub unsafe extern "C" fn dds_stream_write_sampleBE(
os: *mut dds_ostreamBE_t,
allocator: *const dds_cdrstream_allocator,
data: *const c_void,
desc: *const dds_cdrstream_desc,
) -> boolExpand description
@brief Serialize a complete sample using big-endian byte order. @component cdr_serializer
@param os big-endian output stream to append to @param allocator allocator used to grow the stream @param data sample data described by @p desc @param desc CDR stream descriptor for the sample type @returns true on success, false on serialization failure