LBM .Net API Documentation
LBMSDMFieldIterator Class
Namespacescom.latencybusters.lbm.sdmLBMSDMFieldIterator
An iterator for field sets. This allows applications to iterate over every field in an SDM message/field set
Declaration Syntax
C#
public class LBMSDMFieldIterator : IEnumerator
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
LBMSDMFieldIterator(LBMSDMFields)
Create an iterator for a set of SDM fields.

add_element(LBMSDMField)
Add the SDM array element

Current
The SDM Field at the current position

get()()()
Get the SDM field at the current position

MoveNext()()()
Check to see if there is another item in the collection

remove()()()
Remove the current item from the collection

reset()()()
Reset the iterator back to the beginning

Reset()()()
Reset the iterator back to the beginning

set(LBMSDMField)
Set the SDM array element

set(LBMSDMField, Int32)
Set the SDM array element

Inheritance Hierarchy
Object
LBMSDMFieldIterator

Assembly: lbmcssdm (Module: lbmcssdm) Version: 6.7.1.0