RTI Connext .NET API (legacy)
Version 6.1.2
|
Instantiates DDS::Sequence
< DDS::Bytes > .
More...
#include <managed_bytes.h>
Inherits UserRefSequence< Bytes^>.
Public Member Functions | |
BytesSeq () | |
Constructs an empty sequence of DDS::Bytes objects with an initial maximum of zero. More... | |
BytesSeq (System::Int32 initialMaximum) | |
Constructs an empty sequence of DDS::Bytes objects with the given initial maximum. More... | |
BytesSeq (BytesSeq^ src) | |
Copy constructor. More... | |
Instantiates DDS::Sequence
< DDS::Bytes > .
|
inline |
Constructs an empty sequence of DDS::Bytes objects with an initial maximum of zero.
|
inline |
Constructs an empty sequence of DDS::Bytes objects with the given initial maximum.
|
inline |
Copy constructor.