Files
s7netplus/S7.Net/Types
Michael Croes 2204ab360c Fix write stringex (#162)
* Add StringEx.ToByteArray(...)

* Add Serialization.SerializeDataItem(DataItem)

Supports StringEx VarType or offloads to SerializeValue method.

* Use SerializeDataItem in S7WriteMultiple

* Assume string length without header in StringEx.ToByteArray

VarTypeToByteLength already assumed that StringEx declared count for
the number of characters without the header, this now matches that
behavior.

* Add unit tests for StringEx conversions

* Fix incorrect value passed to Encoding.GetBytes

The length must actually be within string limits.
2018-07-11 09:47:43 +02:00
..
2018-06-30 22:19:44 +02:00
2018-06-30 22:19:44 +02:00
2018-03-18 21:26:22 +01:00
2018-03-18 21:26:22 +01:00
2018-07-11 09:47:43 +02:00