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

C# |
public class PDMFieldIterator : IEnumerator

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PDMFieldIterator()()() | Initializes a new instance of the PDMFieldIterator class |
![]() | Current | The iterator's current object (must be casted to a PDMField)
|
![]() | CurrentField | The iterator's current object (casted to a PDMField)
|
![]() | MoveNext()()() |
Moves to the next field
|
![]() | Reset()()() | Resets the iterator
|

Object | |
![]() | PDMFieldIterator |