Current section
Files
Jump to
Current section
Files
include/plushie@protocol@decode_Hello.hrl
-record(hello, {
protocol :: integer(),
version :: binary(),
name :: binary(),
mode :: binary(),
backend :: binary(),
transport :: binary(),
native_widgets :: list(binary()),
widgets :: list(binary())
}).