Click or drag to resize

BufferDataConverterContextProvider Class

Used by BufferDataConverter, this class provides the context of a conversion, and is its own context provider.
Inheritance Hierarchy
SystemObject
  BufferDataConversionContext
    Demo3D.PLC.CommsBufferDataConverterContext
      Demo3D.PLC.CommsBufferDataConverterContextProvider

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class BufferDataConverterContextProvider : BufferDataConverterContext, 
	IDataContextProvider

The BufferDataConverterContextProvider type exposes the following members.

Constructors
 NameDescription
Public methodBufferDataConverterContextProvider Constructs a context for marshalling/unmarshalling data to/from an array of bytes.
Top
Properties
 NameDescription
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).
(Inherited from BufferDataConverterContext)
Top
Extension Methods
 NameDescription
Public Extension MethodGetContextT Returns data context of a given type.
(Defined by DataContextProvider)
Top
Remarks
Consider using BufferMarshallerT instead.
See Also