modbus_set_bits_from_byte - Man Page
set many bits from a single byte value
Synopsis
void modbus_set_bits_from_byte(uint8_t *dest, int index, const uint8_t value);
Description
The modbus_set_bits_from_byte function shall set many bits from a single byte. All 8 bits from the byte value will be written to dest array starting at index position.
Return Value
There is no return values.
See Also
modbus_set_bits_from_byte(3) modbus_set_bits_from_bytes(3)
Authors
The libmodbus documentation was written by Stéphane Raimbault <stephane.raimbault@gmail.com[1]>
Notes
- 1.
stephane.raimbault@gmail.com
mailto:stephane.raimbault@gmail.com
Referenced By
libmodbus(7), modbus_get_byte_from_bits(3), modbus_set_bits_from_bytes(3).
07/31/2019 libmodbus 3.0.8 Libmodbus Manual