General Open and configure the adapter
(config json.RawMessage)
| 16 | |
| 17 | // Open and configure the adapter |
| 18 | Open(config json.RawMessage) error |
| 19 | // Close the adapter |
| 20 | Close() error |
| 21 | // IsOpen checks if the adapter is ready for use |
no outgoing calls