JvRecord Type
A discriminated union representing parsed JV-Link record types.
JV-Link returns data as fixed-length Shift-JIS encoded records. This type provides a type-safe wrapper for the parsed content. Raw is used for record types not yet implemented with full parsing.
Union cases
| Union case |
Description
|
|
Parsed odds data for a race.
|
|
A parsed race card containing race information.
|
Full Usage:
Raw byte[]
Parameters:
byte[]
|
Unparsed raw bytes for unsupported record types.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsOdds
Returns: bool
|
|
Full Usage:
this.IsRaceCard
Returns: bool
|
|
Full Usage:
this.IsRaw
Returns: bool
|
|
Xanthos