DDS::ByteSeq Class Reference
[Built-in Sequences]

Instantiates DDS::Sequence < System::Byte >. More...

#include <managed_infrastructure.h>

Inheritance diagram for DDS::ByteSeq:

DDS::Sequence< System::Byte >

List of all members.

Public Member Functions

 ByteSeq ()
 Constructs an empty sequence of bytes with an initial maximum of zero.
 ByteSeq (System::Int32 max)
 Constructs an empty sequence of bytes with the given initial maximum.
 ByteSeq (ByteSeq^ bytes)
 Construct a new sequence containing the given bytes.


Detailed Description

Instantiates DDS::Sequence < System::Byte >.

Instantiates:
<<generic>> DDS::Sequence
See also:
System::Byte

DDS::Sequence


Constructor & Destructor Documentation

DDS::ByteSeq::ByteSeq (  )  [inline]

Constructs an empty sequence of bytes with an initial maximum of zero.

DDS::ByteSeq::ByteSeq ( System::Int32  max  )  [inline]

Constructs an empty sequence of bytes with the given initial maximum.

DDS::ByteSeq::ByteSeq ( ByteSeq^   bytes  )  [inline]

Construct a new sequence containing the given bytes.

Parameters:
bytes the initial contents of this sequence


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc