CLI Core Package

 

The CLI Core API implements the basic CLI functionality that enables opening of CLI Sessions and sending (receiving) CLI commands (responses) to (from) various devices. In addition to this, the Core package provides session pooling, resource management, and others.

 

CLISession is the basic class that can be used to open connections with CLI devices. The connection can then be used to send CLI commands and the responses can be received either synchronously or asynchronously through the callback mechanism.

 

Other Core APIs can be used to form the CLI message, to manage CLI resources and others..