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

Type for sequence number representation. More...

#include <managed_infrastructure.h>

Public Attributes

Int32 high
 The most significant part of the sequence number.
 
UInt32 low
 The least significant part of the sequence number.
 

Properties

static SequenceNumber_t SEQUENCE_NUMBER_UNKNOWN [get]
 Unknown sequence number.
 
static SequenceNumber_t SEQUENCE_NUMBER_ZERO [get]
 Zero value for the sequence number.
 
static SequenceNumber_t SEQUENCE_NUMBER_MAX [get]
 Highest, most positive value for the sequence number.
 
static SequenceNumber_t AUTO_SEQUENCE_NUMBER [get]
 The sequence number is internally determined by RTI Connext.
 

Detailed Description

Type for sequence number representation.

Represents a 64-bit sequence number.

Member Data Documentation

Int32 DDS::SequenceNumber_t::high

The most significant part of the sequence number.

UInt32 DDS::SequenceNumber_t::low

The least significant part of the sequence number.


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