RTI Connext .NET API (legacy)
Version 6.1.2
|
Type for sequence number representation. More...
#include <managed_infrastructure.h>
Public Attributes | |
Int32 | high |
The most significant part of the sequence number. More... | |
UInt32 | low |
The least significant part of the sequence number. More... | |
Properties | |
static SequenceNumber_t | SEQUENCE_NUMBER_UNKNOWN [get] |
Unknown sequence number. More... | |
static SequenceNumber_t | SEQUENCE_NUMBER_ZERO [get] |
Zero value for the sequence number. More... | |
static SequenceNumber_t | SEQUENCE_NUMBER_MAX [get] |
Highest, most positive value for the sequence number. More... | |
static SequenceNumber_t | AUTO_SEQUENCE_NUMBER [get] |
The sequence number is internally determined by RTI Connext. More... | |
Type for sequence number representation.
Represents a 64-bit sequence number.
Int32 DDS::SequenceNumber_t::high |
The most significant part of the sequence number.
Referenced by RTI.Connext.Queuing.QueueProducer< TRep >::QueueProducer().
UInt32 DDS::SequenceNumber_t::low |
The least significant part of the sequence number.
Referenced by RTI.Connext.Queuing.QueueProducer< TRep >::QueueProducer().