Header menu logo Xanthos

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

Odds RaceOdds

Full Usage: Odds RaceOdds

Parameters:

Parsed odds data for a race.

Item : RaceOdds

RaceCard RaceInfo

Full Usage: RaceCard RaceInfo

Parameters:

A parsed race card containing race information.

Item : RaceInfo

Raw byte[]

Full Usage: Raw byte[]

Parameters:
    Item : byte[]

Unparsed raw bytes for unsupported record types.

Item : byte[]

Instance members

Instance member Description

this.IsOdds

Full Usage: this.IsOdds

Returns: bool
Returns: bool

this.IsRaceCard

Full Usage: this.IsRaceCard

Returns: bool
Returns: bool

this.IsRaw

Full Usage: this.IsRaw

Returns: bool
Returns: bool

Type something to start searching.