![]() |
Status








Public Data Item |
Declared in: NiBinding.h |
Declaration
ConnectionStatus Status;
Description
The current status of the CNiBinding connection. The following list includes valid values.
- CNiBinding::Unconnected - not connected to any data source.
- CNiBinding::ConnectionActive - currently connected to a data source.
- CNiBinding::ConnectionIdle - connection is idle.
- CNiBinding::Connecting - currently connecting to data source.
- CNiBinding::ConnectionError - error connecting to data source.
Notes:
1. The value of this property is the same as the last status value passed to the StatusUpdated event handler.
2. If an error occurs while connecting to the source or target, the status indicates the last step attempted. The LastError and LastMessage properties describe the error.
3. This is a read-only property.