References
index() = non_neg_integer()
| parse_on_index/3 | Attempts to parse either the Value or RawValue
(depending on the Raw flag) at Index in DataSection. |
parse_on_index(Index, DataSection, Raw) -> {Value | RawValue, RemainingData}
Attempts to parse either the Value or RawValue
(depending on the Raw flag) at Index in DataSection.
Generated by EDoc