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...
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.
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
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: