This is an old revision of the document!
This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
Configuration API > BS2_SetInputConfigEx
BS2_SetInputConfigEx
[+ 2.8.1] IM-120
Saves Input Expandable Settings.
API
#include "BS_API.h" int BS2_SetInputConfigEx(void* context, uint32_t deviceId, const BS2InputConfigEx* config);
[View [configuration api#BS2InputConfigEx|BS2InputConfigEx Structure]]
Parameters
- [In]
context
: Context - [In]
deviceId
: Device Identifier - [In]
config
: Input Expanded Setting Information Pointer
Return Values
Return BS_SDK_SUCCESS
when successful, and return an appropriate error code when an error occurs.