gos_msgpack_object_array_t Struct Reference

Detailed Description

MessagePack Array object

An array is composed of zero or more objects

See also
gos_msgpack_get_array_object() for retrieving objects from an array
Examples:
utility/msgpack/read_write_buffer.c, and utility/msgpack/read_write_stream.c.