Deserializes a message from a byte array at position

C# |
public virtual int parse( PDMDeserializer deser, byte[] ba, int pos )

- deser (PDMDeserializer)
- the PDMDeserializer to use
- ba (array< Byte >[]()[])
- the byte array
- pos (Int32)
- the starting position

the updated position in the byte array after parsing