RTI Connext Traditional C++ API  Version 6.1.0

Type for sequence number representation. More...

Public Attributes

DDS_Long high
 The most significant part of the sequence number. More...
 
DDS_UnsignedLong low
 The least significant part of the sequence number. More...
 

Detailed Description

Type for sequence number representation.

Represents a 64-bit sequence number.

Member Data Documentation

◆ high

DDS_Long DDS_SequenceNumber_t::high

The most significant part of the sequence number.

◆ low

DDS_UnsignedLong DDS_SequenceNumber_t::low

The least significant part of the sequence number.