can I pass a value that is not defined in mesh_proto_t?
e.g.:
Code: Select all
mesh_data_t data{
.data = //bytes array
.size = //size of data array
.proto = 7,
.tos = mesh_tos_t::MESH_TOS_P2P
};