DataWriter
< DDS::Bytes >.
More...
#include <managed_bytesSupport.h>
Public Member Functions | |
void | write (array< System::Byte >^octets, System::Int32 offset, System::Int32 length, DDS::InstanceHandle_t% handle) |
<<eXtension>> Modifies the value of a DDS::Bytes data instance. | |
void | write (ByteSeq^ octets, DDS::InstanceHandle_t% handle) |
<<eXtension>> Modifies the value of a DDS::Bytes data instance. | |
void | write_w_timestamp (array< System::Byte >^octets, System::Int32 offset, System::Int32 length, DDS::InstanceHandle_t% handle, DDS::Time_t% source_timestamp) |
<<eXtension>> Performs the same function as DDS::BytesDataWriter::write except that it also provides the value for the source_timestamp . | |
void | write_w_timestamp (ByteSeq^ octets, DDS::InstanceHandle_t% handle, DDS::Time_t% source_timestamp) |
<<eXtension>> Performs the same function as DDS::BytesDataWriter::write except that it also provides the value for the source_timestamp . |
DataWriter
< DDS::Bytes >.
void DDS::BytesDataWriter::write | ( | array< System::Byte >^ | octets, | |
System::Int32 | offset, | |||
System::Int32 | length, | |||
DDS::InstanceHandle_t% | handle | |||
) |
<<eXtension>> Modifies the value of a DDS::Bytes data instance.
octets | <<in>> Array of bytes to be published. | |
offset | <<in>> Offset from which to start publishing. | |
length | <<in>> Number of bytes to be published. | |
handle | <<in>> The special value DDS::InstanceHandle_t::HANDLE_NIL should be used always. |
void DDS::BytesDataWriter::write | ( | ByteSeq^ | octets, | |
DDS::InstanceHandle_t% | handle | |||
) |
<<eXtension>> Modifies the value of a DDS::Bytes data instance.
octets | <<in>> Sequence of bytes to be published. | |
handle | <<in>> The special value DDS::InstanceHandle_t::HANDLE_NIL should be used always. |
void DDS::BytesDataWriter::write_w_timestamp | ( | array< System::Byte >^ | octets, | |
System::Int32 | offset, | |||
System::Int32 | length, | |||
DDS::InstanceHandle_t% | handle, | |||
DDS::Time_t% | source_timestamp | |||
) |
<<eXtension>> Performs the same function as DDS::BytesDataWriter::write except that it also provides the value for the source_timestamp
.
octets | <<in>> Array of bytes to be published. | |
offset | <<in>> Offset from which to start publishing. | |
length | <<in>> Number of bytes to be published. | |
handle | <<in>> The special value DDS::InstanceHandle_t::HANDLE_NIL should be used always. | |
source_timestamp | <<in>> The timestamp value must be greater than or equal to the timestamp value used in the last writer operation. See DDS::TypedDataWriter::write_w_timestamp. Cannot be NULL. |
void DDS::BytesDataWriter::write_w_timestamp | ( | ByteSeq^ | octets, | |
DDS::InstanceHandle_t% | handle, | |||
DDS::Time_t% | source_timestamp | |||
) |
<<eXtension>> Performs the same function as DDS::BytesDataWriter::write except that it also provides the value for the source_timestamp
.
octets | <<in>> Sequence of bytes to be published. | |
handle | <<in>> The special value DDS::InstanceHandle_t::HANDLE_NIL should be used always. | |
source_timestamp | <<in>> The timestamp value must be greater than or equal to the timestamp value used in the last writer operation. See DDS::TypedDataWriter::write_w_timestamp. Cannot be NULL. |