| uint32_t EI_API_ADP_setQuickConnectEnabled | ( | T * | pAdp_p, |
| bool | quickConnectEnabled_p | ||
| ) |
Set the current adapter QuickConnect state (Instance Attribute ID: 12).
This function sets the EtherNet/IP Adapter QuickConnect state.
| Value | Description |
|---|---|
| 0 | Disable |
| 1 | Enable |
| [in] | pAdp_p | Pointer to the adapter. |
| [in] | quickConnectEnabled_p | The QuickConnect state. |
| EI_API_ADP_eERR_OK | Success. |
| EI_API_ADP_eERR_GENERAL | General error. |