Click or drag to resize

AccessParameters Constructor (AccessRights, IOControl, Endian, BinaryTextEncoding, UInt64)

Construct parameters for accessing a PLC tag or memory address.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public AccessParameters(
	AccessRights access = AccessRights.Unknown,
	IOControl ioControl = IOControl.None,
	Endian? endian = null,
	BinaryTextEncoding? textEncoding = null,
	ulong boolEncoding = 18446744073709551615
)

Parameters

access (Optional)
Type: Demo3D.PLC.CommsAccessRights
The access rights for this tag/memory.
ioControl (Optional)
Type: Demo3D.PLC.CommsIOControl
The IO control for this tag/memory.
endian (Optional)
Type: Demo3D.IOEndian
The endianess of the tag data / memory.
textEncoding (Optional)
Type: Demo3D.IOBinaryTextEncoding
The text formatting of the tag/memory.
boolEncoding (Optional)
Type: SystemUInt64
The bit pattern of a boolean.
See Also