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
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFixedS
Returns: bool
|
|
Full Usage:
this.IsPrefix
Returns: bool
|
|
Full Usage:
this.pp
Returns: string
|
|
F#
Averest