| uint32_t EI_API_ADP_getQuickConnectEnabled | ( | T * | pAdp_p, |
| bool * | pQuickConnectEnabled_p | ||
| ) |
Get the current adapter QuickConnect state (Instance Attribute ID: 12).
Function that returns the adapter QuickConnect state.
| Value | Description |
|---|---|
| 0 | Disabled |
| 1 | Enabled |
| [in] | pAdp_p | Pointer to the adapter. |
| [out] | pQuickConnectEnabled_p | Pointer of type uint8_t to the adapter QuickConnect state. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |