Reading Infodriver Values
|
<< Click to Display Table of Contents >> Navigation: Infodrivers > Reading Infodriver Values |
The simplest way to read the current value of an infodriver row is by calling the GetValue method of a BncsInfodriver object obtained by calling either AddManagedInfodriver/AddMonitoredInfodriver or GetInfodriver on the BncsFramework static.
The BncsFramework static also provides a GetInfodriverValue method for directly accessing the value of an infodriver slot without first obtaining a BncsInfodriver object. Note, however, that this will return a null value if the infodriver has not been initialized or if the slot is not found.