public PropertyValue PLCIOENTRY_DIRECTION( int index ) {get; set;}
public: property PropertyValue^ PLCIOENTRY_DIRECTION { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue PLCIOENTRY_DIRECTION( int index ) {get; set;}
public: property PropertyValue^ PLCIOENTRY_DIRECTION { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
PLC connection points can be inputs or outputs. Input and output addresses can be recognized by the direction (input, output, undefined).