Click or drag to resize

AccessParameters Class

Parameters for accessing a PLC tag or memory address.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsAccessParameters

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public sealed class AccessParameters : IEquatable<AccessParameters>

The AccessParameters type exposes the following members.

Constructors
 NameDescription
Public methodAccessParameters(AccessRights, IOControl, Endian, BinaryTextEncoding, UInt64) Construct parameters for accessing a PLC tag or memory address.
Public methodAccessParameters(ModelTime, ModelTime, AccessRights, IOControl, Endian, BinaryTextEncoding, UInt64) Construct parameters for accessing a PLC tag or memory address.
Top
Properties
 NameDescription
Public propertyAccessRights Access rights.
Public propertyBoolEncoding The bit pattern of a boolean.
Public propertyEndian The endianess of the underlying memory (or null to use the default).
Public propertyIOControl IO control.
Public propertyReadScanInterval Time (ms) between reads.
Public propertyTextEncoding The default text encoding (or null if to use the default).
Public propertyWriteBehindInterval Time (ms) before flushing data.
Top
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
Fields
 NameDescription
Public fieldStatic memberDefaultInterval Scan, using the default rate.
Public fieldStatic memberFastInterval Fast scan interval.
Public fieldStatic memberOffInterval Don't scan.
Top
See Also