Set, read, or save the format for a given data packet.
More...
|
TypedResult< MessageFormat > | mip::commands_3dm::writeMessageFormat (C::mip_interface &device, uint8_t descSet, uint8_t numDescriptors, const DescriptorRate *descriptors) |
|
TypedResult< MessageFormat > | mip::commands_3dm::readMessageFormat (C::mip_interface &device, uint8_t descSet, uint8_t *numDescriptorsOut, uint8_t numDescriptorsOutMax, DescriptorRate *descriptorsOut) |
|
TypedResult< MessageFormat > | mip::commands_3dm::saveMessageFormat (C::mip_interface &device, uint8_t descSet) |
|
TypedResult< MessageFormat > | mip::commands_3dm::loadMessageFormat (C::mip_interface &device, uint8_t descSet) |
|
TypedResult< MessageFormat > | mip::commands_3dm::defaultMessageFormat (C::mip_interface &device, uint8_t descSet) |
|
Set, read, or save the format for a given data packet.
The resulting data messages will maintain the order of descriptors sent in the command.
◆ defaultMessageFormat()
◆ loadMessageFormat()
◆ readMessageFormat()
◆ saveMessageFormat()
◆ writeMessageFormat()