UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaClient.MissingSequenceNumberEventArgs Class Reference

The event arguments provided when a MissingSequenceNumber occurs. More...

Inherits EventArgs.

Properties

uint CurrentSequenceNumber [get, set]
 Gets the current sequence number. More...
 
uint LastNumberInSequence [get, set]
 Gets the last number received in sequence. More...
 
uint LargestSequenceNumber [get, set]
 Gets the largest sequence numeber received. More...
 
IEnumerable< uint > AvailableSequenceNumbers [get, set]
 The list of sequence numbers which are available for a republish. More...
 
bool Reset [get, set]
 Whether to reset the sequence number counters when the callback completes. More...
 

Detailed Description

The event arguments provided when a MissingSequenceNumber occurs.

Property Documentation

IEnumerable<uint> UnifiedAutomation.UaClient.MissingSequenceNumberEventArgs.AvailableSequenceNumbers
getset

The list of sequence numbers which are available for a republish.

uint UnifiedAutomation.UaClient.MissingSequenceNumberEventArgs.CurrentSequenceNumber
getset

Gets the current sequence number.

uint UnifiedAutomation.UaClient.MissingSequenceNumberEventArgs.LargestSequenceNumber
getset

Gets the largest sequence numeber received.

uint UnifiedAutomation.UaClient.MissingSequenceNumberEventArgs.LastNumberInSequence
getset

Gets the last number received in sequence.

bool UnifiedAutomation.UaClient.MissingSequenceNumberEventArgs.Reset
getset

Whether to reset the sequence number counters when the callback completes.


The documentation for this class was generated from the following file: