NCI reference
All of the NCI functions are implemented under the netconifg command. This performs the requested job, based on the different actions and arguments that are passed to it.
This table shows a list of netconifg action args:
Action arguments | Description |
---|---|
get connection count
|
This returns the thread amount in the current NetConfig. |
get connection data thread |
This returns the thread configuration’s keyed list of thread. |
get connection list
|
This returns the thread name list in the current NetConfig. |
get group connections group
|
This returns the thread name list in group group. |
get group count |
This returns the group amount in the current NetConfig. |
get group list |
This returns the group name list in the current NetConfig. |
get process connections process |
This returns the thread name list in process process. |
get process count |
This returns the process amount in the current NetConfig. |
get process data process |
This returns the process configuration’s keyed list of process. |
get process list |
This returns the process name list in the current NetConfig. |
get destination data dest |
This returns the destination thread’s configuration keyed list of dest. |
get destination list
|
This returns the destination thread’s name list in the current NetConfig. |
get version |
This returns the current NetConfig version. |
ingroup group
thread |
This returns 1 if thread is in group; otherwise, 0. |
inprocess process
thread |
This returns 1 if thread is in process; otherwise, 0. |
load ?file? |
This returns 1 if load
?file? is successful; otherwise, 0. |
modified |
This returns 1 if the current NetConfig file has been modified; otherwise, 0. |