This interface can be used to read/modify the properties of the LineCode Class where the values are Strings. The structure of the interface is as follows:


CStr LineCodesS(int32_t Parameter, CStr argument)


This interface returns a string, the variable “parameter” is used to specify the property of the class to be used and the variable “argument” can be used to modify the value of the property when necessary. Reading and writing properties are separated and require a different parameter number to be executed.


The properties (parameter) are integer numbers and are described as follows:


Parameter 0: LineCodes.Name read

This parameter gets the name of the active LineCode element.


Parameter 1: LineCodes.Name write

This parameter sets the name of the active LineCode element. The new value must be specified in the argument as a string.