RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::BytesSeq Class Reference

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.
 
 BytesSeq (System::Int32 initialMaximum)
 Constructs an empty sequence of DDS::Bytes objects with the given initial maximum.
 
 BytesSeq (BytesSeq^ src)
 Copy constructor.
 

Detailed Description

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

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

Constructor & Destructor Documentation

DDS::BytesSeq::BytesSeq ( )
inline

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

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

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

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

Copy constructor.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc