The IParameter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Command(String) |
Executes the given command parameter
| |
| Command(String, Object, Object, Object, Object, Object) |
Executes the given command parameter
| |
| LoadParameterFromFile |
Load parameters from the given file.
| |
| ReadAttribute(String) |
Reads attribute of the given parameter
| |
| ReadAttribute(String, Object, Object, Object, Object, Object) |
Reads attribute of the given parameter
| |
| ReadData(String) |
Reads data of the given parameter
| |
| ReadData(String, Object, Object, Object, Object, Object) |
Reads data of the given parameter
| |
| ReadDataAsString(String) |
Reads data as string of the given parameter
| |
| ReadDataAsString(String, Object, Object, Object, Object, Object) |
Reads data as string of the given parameter
| |
| ReadDataStatus(String) |
Reads data status of the given parameter
| |
| ReadDataStatus(String, Object, Object, Object, Object, Object) |
Reads data status of the given parameter
| |
| ReadListLength(String) |
Reads the List lenght details of the given parameter idn.
| |
| ReadListLength(String, Object, Object, Object, Object, Object) |
Reads the List lenght details of the given parameter idn.
| |
| ReadMaximum(String) |
Reads maximum value of the given parameter idn
| |
| ReadMaximum(String, Object, Object, Object, Object, Object) |
Reads maximum value of the given parameter idn
| |
| ReadMinimum(String) |
Reads minimum value of the given parameter idn
| |
| ReadMinimum(String, Object, Object, Object, Object, Object) |
Reads minimum value of the given parameter idn
| |
| ReadName(String) |
Reads the name of the given parameter idn
| |
| ReadName(String, Object, Object, Object, Object, Object) |
Reads the name of the given parameter idn
| |
| ReadUnit(String) |
Reads the unit of the given parameter idn
| |
| ReadUnit(String, Object, Object, Object, Object, Object) |
Reads the unit of the given parameter idn
| |
| WriteData(Object, String) |
Writes the given data to given parameter idn.
| |
| WriteData(Object, String, Object, Object, Object, Object, Object) |
Writes the given data to given parameter idn.
|
Events
| Name | Description | |
|---|---|---|
| ErrorOnUpdate |
Error update
| |
| MessageUpdate |
Error update.
| |
| StatusUpadte |
Status update
|