|
override sbyte | Decode (Tag tag, int offset) |
|
override void | Encode (Tag tag, int offset, sbyte value) |
|
virtual ? int | GetElementCount () |
| This is used to convert the number of array elements into the raw element count, which is used by the library. More...
|
|
virtual T | Decode (Tag tag) |
| This is the method that reads/unpacks the underlying value of the tag and returns it as a C# type More...
|
|
virtual void | Encode (Tag tag, T value) |
| This is the method that transforms the C# type into the underlying value of the tag More...
|
|
abstract void | Encode (Tag tag, int offset, T value) |
|
virtual void | Encode (Tag tag, T[] value) |
|