Header menu logo F# Header menu logo Averest

InputPattern Type

InputPattern is matched against one input FIFO buffer and is either a prefix pattern or a fixed size pattern. Prefix patterns match if the FIFO buffer's prefix will match, while fixed size patterns must match with the entire content of the buffer

Union cases

Union case Description

FixedS InputPatValue[]

Full Usage: FixedS InputPatValue[]

Parameters:
Item : InputPatValue[]

Prefix InputPatValue[]

Full Usage: Prefix InputPatValue[]

Parameters:
Item : InputPatValue[]

Instance members

Instance member Description

this.IsFixedS

Full Usage: this.IsFixedS

Returns: bool
Returns: bool

this.IsPrefix

Full Usage: this.IsPrefix

Returns: bool
Returns: bool

this.pp

Full Usage: this.pp

Returns: string
Returns: string

Type something to start searching.