Click or drag to resize

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

Construct parameters for accessing a PLC tag or memory address.

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

Parameters

access  AccessRights  (Optional)
The access rights for this tag/memory.
ioControl  IOControl  (Optional)
The IO control for this tag/memory.
endian  Endian  (Optional)
The endianess of the tag data / memory.
textEncoding  BinaryTextEncoding  (Optional)
The text formatting of the tag/memory.
boolEncoding  UInt64  (Optional)
The bit pattern of a boolean.
See Also