UM .NET API  6.16
com.latencybusters.pdm.PDMFieldIterator Class Reference

The PDMFieldIterator is used to iterate through each PDMField in a PDMMessage. Check isValueSet() before accessing its value to determine if the PDMField has been set. More...

Inheritance diagram for com.latencybusters.pdm.PDMFieldIterator:

Public Member Functions

bool MoveNext ()
 Moves to the next field. More...
 
virtual void Reset ()
 Resets the iterator.
 

Properties

object Current [get]
 The iterator's current object (must be casted to a PDMField) More...
 
PDMField CurrentField [get]
 The iterator's current object (casted to a PDMField) More...
 

Detailed Description

The PDMFieldIterator is used to iterate through each PDMField in a PDMMessage. Check isValueSet() before accessing its value to determine if the PDMField has been set.

Member Function Documentation

bool com.latencybusters.pdm.PDMFieldIterator.MoveNext ( )

Moves to the next field.

Returns
a bool indicating whether or not it was able to move to the next field

Property Documentation

object com.latencybusters.pdm.PDMFieldIterator.Current
get

The iterator's current object (must be casted to a PDMField)

Values: the current PDMField as an object

PDMField com.latencybusters.pdm.PDMFieldIterator.CurrentField
get

The iterator's current object (casted to a PDMField)

Values: the current PDMField


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