Begin Map VI

Owning Palette: Writer VIs

Requires: LabPack

Starts writing and encoding a series of key-value pairs (ma) to MessagePack binary data format.

Begin Map VI

Begin Map (Value)

Begin Map (Value)

cerrcodeclstError In describes error conditions that occur before this node runs. This input provides standard error in functionality.
cLabPack_lvlib_WriterlvclassWriter In is a Writer class object for encoding LabVIEW types and values to MessagePack data.
cu32Elements Count is the number of key-value pairs to encode.
ierrcodeclstError Out contains error information. This output provides standard error out functionality.
iLabPack_lvlib_WriterlvclassWriter Out is the Writer class object for encoding LabVIEW types and values to MessagePack data.

Begin Map (Reference)

Begin Map (Reference)

cerrcodeclstError In describes error conditions that occur before this node runs. This input provides standard error in functionality.
cdatavalrefWriter In is a reference to a Writer class object for enoding LabVIEW types and values to MessagePack data.
cu32Elements Count is the number of key-value pairs to encode.
ierrcodeclstError Out contains error information. This output provides standard error out functionality.
idatavalrefWriter Out is the reference to the Writer class object for enoding LabVIEW types and values to MessagePack data.