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

table ParamValue

fbs/transfer.fbs / Source schema

One named parameter value. Tables are appropriate here: parameter transfer is a cached request/reply flow, never a control-loop payload.

NameTypeUnit / ScaleNotes
namestringParameter name unique within the producer.
kindParamKindWhich value field carries the parameter.
float_valuedoubleFloating-point value when kind is Float.
int_valuelongInteger or boolean value when kind is Int or Bool.
text_valuestringText value when kind is Text.