Field represents a single field in a message, which has a parser and a preparation function.
Parses the given ISO buffer and returns the field value along with the remaining buffer.
The ISO buffer to parse.
An object containing the field value and the remaining buffer after parsing.
Prepares the given value and returns the resulting buffer.
The value to prepare.
The prepared buffer.
Field represents a single field in a message, which has a parser and a preparation function.