Skip to content

BM_Control

Control the given channel, this is an advanced interface and is typically used internally by BMAPI.

BMAPI BM_StatusTypeDef BM_Control (BM_ChannelHandle handle, uint8_t command, uint16_t value, uint16_t index, void *data, int nbytes)
Direction Name Description
[in] handle Handle to the channel to control.
[in] command Control command.
[in] value Control value.
[in] index Control index.
[in,out] data Control data, could be NULL.
[in,out] nbytes Length in bytes of the control data, could be zero.

This reference follows the current BUSMUST BMAPI SDK. For an installed package, its bundled header and help files define the exact version-specific contract.