Click or drag to resize

BufferDataConverterContext Properties

The BufferDataConverterContext type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Optionally, the address of the tag in PLC memory (or null). AddressArea provides the specific subrange within the address.
Public propertyAddressArea
The area of memory being addressed by this buffer. Specifically, this is used to marshal booleans into the correct bit in the buffer. Supercedes the area of Address (normally a subrange of the address).
Public propertyBoolEncoding
The bit pattern of a boolean.
Public propertyEndian
The endianess of the data. This is used to marshal data types larger than one byte.
Public propertyString
A string representation of this context.
Public propertyTextEncoding
The string encoding. This is used to marshal strings.
Top
See Also