IdnList Objects

Introduction  
  An IdnList object manages a list of SERCOS Idn objects.
Methods
Create, Delete, Validate Methods
  mpiIdnListCreate Create IdnList object
  mpiIdnListDelete Delete IdnList object
  mpiIdnListValidate Validate IdnList object
     
Configuration and Information Methods
  mpiIdnListCopy Copy the contents of idnList to dst.
  mpiIdnListIdnNumber Read and write the identification numbers of an IdnList object.
     
Relational Methods
  List Methods- for Idn Objects
  mpiIdnListAppend Append an Idn to an IdnList
  mpiIdnListCount Count the number of Idns in an IdnList
  mpiIdnListFirst Get handle to first Idn in an IdnList
  mpiIdnListIdn Return the position of the element on the list indicated by "index."
  mpiIdnListIndex Get index value to an Idn in an IdnList
  mpiIdnListInsert Insert an Idn into an IdnList
  mpiIdnListLast Get handle to last Idn in an IdnList
  mpiIdnListGet Get array of handles to Idns in an IdnList
  mpiIdnListSet Create a list (IdnList) containing idnCount Idn objects
  mpiIdnListNext Get handle to the Idn object just after a specified Idn object in an IdnList
  mpiIdnListIdnNumberFind  
  mpiIdnListPrevious Get handle to the Idn object preceding a specified Idn object in an IdnList
  mpiIdnListRemove Remove an Idn object from an IdnList