Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

enum ParamKind

fbs/transfer.fbs / Source schema

Backing type: ubyte

Value type carried by a ParamValue record.

NameValueNotes
Float0float_value carries the parameter.
Int1int_value carries the parameter.
Bool2int_value carries the parameter as zero or one.
Text3text_value carries the parameter.