Packages

A Gleam library for working with the Sparkplug IoT protocol.

Current section

Files

Jump to
sparkleplug include sparkleplug@sparkplug_b@payload@dataset_DataSet.hrl
Raw

include/sparkleplug@sparkplug_b@payload@dataset_DataSet.hrl

-record(data_set, {
num_of_columns :: gleam@option:option(integer()),
columns :: list(binary()),
types :: list(integer()),
rows :: list(sparkleplug@sparkplug_b@payload@dataset:row())
}).