This is an old revision of the document!


FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)

Configuration API > BS2_GetRelayActionConfig


[+ 2.8.1] IM-120 Retrieves RelayAction Setting.

함수

#include "BS_API.h"
 
int BS2_GetRelayActionConfig(void* context, uint32_t deviceId, BS2RelayActionConfig* config);

Parameters

  • [In] context : Context
  • [In] deviceId : Device Identifier
  • [Out] config : Pointer where Input Expanded Setting Information will be saved

Return Values

Return BS_SDK_SUCCESS when successful, and return an appropriate error code when an error occurs.