BufferMarshallerT Constructor |
Constructs a marshaller.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 16.01.07
Syntaxpublic BufferMarshaller(
Endian? endian = null,
BinaryTextEncoding? textEncoding = null,
ulong boolEncoding = 18446744073709551615,
string? contextDescription = null
)
Parameters
- endian (Optional)
- Type: Demo3D.IOEndian
The endianess of the data. (Defaults to little endian.) - textEncoding (Optional)
- Type: Demo3D.IOBinaryTextEncoding
Text encoding of string data. (Defaults to Default.) - boolEncoding (Optional)
- Type: SystemUInt64
The bit pattern of a boolean. - contextDescription (Optional)
- Type: SystemString
An optional text description of the marshaller.
See Also