HashTable.Keys (METH) ¶ METHOD Keys : COLLECTION_ERROR Returns an iterator over all keys. InOut: Scope Name Type Return Keys COLLECTION_ERROR Input itfIterator IIterator
HashTable.LockWaitTime (PROP) ¶ PROPERTY LockWaitTime : SYSTIME Set and get the wait time. If a call is blocked, the call is repeated after LockWaitTime . Default: 300 µs
HashTable.RemoveAllElements (METH) ¶ METHOD RemoveAllElements : COLLECTION_ERROR Remove all keys and values. InOut: Scope Name Type Return RemoveAllElements COLLECTION_ERROR
HashTable.RemoveByKey (METH) ¶ METHOD RemoveByKey : COLLECTION_ERROR Removes the key-value pair with the key itfKey from the map. InOut: Scope Name Type Comment Return RemoveByKey COLLECTION_ERROR Input itfKey IElement The key to remove.
HashTable.SafeKeys (METH) ¶ METHOD SafeKeys : COLLECTION_ERROR Returns an thread safe iterator over all keys. InOut: Scope Name Type Return SafeKeys COLLECTION_ERROR Input itfIterator ISafeListIterator
HashTable.SafeValues (METH) ¶ METHOD SafeValues : COLLECTION_ERROR Returns an thread safe iterator over all values. InOut: Scope Name Type Return SafeValues COLLECTION_ERROR Input itfIterator ISafeListIterator
HashTable.Values (METH) ¶ METHOD Values : COLLECTION_ERROR Returns an iterator over all values. InOut: Scope Name Type Return Values COLLECTION_ERROR Input itfIterator IIterator
HashTableFactory.Create (METH) ¶ METHOD FINAL Create : IMap3 Creates a hashtable. Note: Function blocks which are created with this factory are NOT online change safe. InOut: Scope Name Type Comment Return Create IMap3 Input udiMaxElements UDINT Maximum number of elements. Output eError FBF.ERROR
UlintElementFactory.prvInstCount (PROP) ¶ PROPERTY prvInstCount : CAA.COUNT
UlintElementFactory.prvInstPoolExtendsFactor (PROP) ¶ PROPERTY prvInstPoolExtendsFactor : USINT