![]() |
StatusUpdated








Public Data Item |
Declared in: NiBinding.h |
Declaration
bool StatusUpdated;
Description
The CNiBinding object calls this function when its Status property is updated.
Notes:
1. The status changes as the CNiBinding object establishes the connection and transfers data. The status changes also when errors occur.
2. The StatusUpdated event occurs every time you try to connect to a data source. The event passes parameters for the status, an error code, and a string that describes the most recent progress or error. You can use these parameters to identify the cause of a problem or to report the progress. The StatusUpdated event can occur more than once for a single status change, depending on the data source or target to which you are trying to connect.