RTI Connext .NET API (legacy)
Version 6.1.0
|
Declares IDL sequence
< DDS::SampleInfo > .
More...
#include <managed_subscription.h>
Additional Inherited Members | |
Public Member Functions inherited from DDS::Sequence< SampleInfo^ > | |
System::Boolean | ensure_length (System::Int32 length, System::Int32 max) |
Set the sequence to the desired length, and resize the sequence if necessary. More... | |
virtual void | set_at (System::Int32 i, SampleInfo^ val) |
Set the i-th element of the sequence. More... | |
void | loan (array< SampleInfo^ >^ buffer, System::Int32 new_length) |
Loan a contiguous buffer to this sequence. More... | |
void | from_array (array< SampleInfo^ >^ arr) |
Copy elements from an array of elements, resizing the sequence if necessary. The original contents of the sequence (if any) are replaced. More... | |
void | to_array (array< SampleInfo^ >^ arr) |
Copy elements to an array of elements. The original contents of the array (if any) are replaced. More... | |
System::Boolean | copy_from (Sequence< SampleInfo^ >^ src_seq) |
Copy elements from another sequence, resizing the sequence if necessary. More... | |
Properties inherited from DDS::Sequence< SampleInfo^ > | |
System::Int32 | length [get, set] |
The logical length of this sequence. More... | |
virtual System::Int32 | maximum [get, set] |
The current maximum number of elements that can be stored in this sequence. More... | |
array< SampleInfo^ >^ | buffer [get] |
Return the contiguous buffer of the sequence. More... | |
System::Boolean | has_ownership [get] |
Return the value of the owned flag. More... | |
Declares IDL sequence
< DDS::SampleInfo > .