RTI Connext .Net APIs  Version 6.0.1

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...
 

Detailed Description

Instantiates DDS::Sequence < DDS::Bytes > .

Instantiates:
<<generic>> DDS::Sequence
See also
DDS::Bytes

Constructor & Destructor Documentation

◆ BytesSeq() [1/3]

DDS::BytesSeq::BytesSeq ( )
inline

Constructs an empty sequence of DDS::Bytes objects with an initial maximum of zero.

◆ BytesSeq() [2/3]

DDS::BytesSeq::BytesSeq ( System::Int32  initialMaximum)
inline

Constructs an empty sequence of DDS::Bytes objects with the given initial maximum.

◆ BytesSeq() [3/3]

DDS::BytesSeq::BytesSeq ( BytesSeq src)
inline

Copy constructor.


RTI Connext .Net APIs Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc