Constructor ElementKey
ElementKey()
Creates a new ElementKey instance.
public ElementKey()
ElementKey(int, int)
Creates a new ElementKey instance with the given DataMiner ID and element ID.
public ElementKey(int dataMinerID, int elementID)
Parameters
Exceptions
- ArgumentOutOfRangeException
If the given element ID is below 0.