Click or drag to resize

AccessParameters Methods

The AccessParameters type exposes the following members.

Methods
  NameDescription
Public methodCanReadFromPLC
Have permission to read from the PLC.
Public methodCanWriteToPLC
Have permission to write to the PLC.
Public methodEquals(AccessParameters)
Determines whether the specified access parameters is equal to the current access parameters.
Public methodEquals(Object)
Determines whether the specified access parameters is equal to the current access parameters.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash code for these access parameters.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a string that represents these access parameters.
(Overrides ObjectToString.)
Top
See Also