|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.Bncs Namespace > BncsInfodriver Class > BncsInfodriver Methods > BncsInfodriver.GetValue Method |
Retrieves the value at the specified index from the slots dictionary.
Namespace: BNCS.Core.DriverFramework.Bncs
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public string GetValue(
uint index
)
index
Type: UInt32
The index of the value to retrieve.
The value at the specified index.
Condition |
|
|---|---|
Thrown when the requested slot index is not initialized for this infodriver. |
BNCS.Core.DriverFramework.Bncs Namespace