IBncsInfodriver.GetValue Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Interfaces Namespace > IBncsInfodriver Interface > IBncsInfodriver Methods >

IBncsInfodriver.GetValue Method

Retrieves the value at the specified index from the slots dictionary.

Namespace: BNCS.Core.DriverFramework.Interfaces
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


string GetValue(
 uint index
)

Parameters

index

Type: UInt32
The index of the value to retrieve.

Return Value

The value at the specified index.

 

Exceptions


Exception

Condition

[ArgumentOutOfRangeException]

Thrown when the requested slot index is not initialized for this infodriver.

 

See Also


IBncsInfodriver Interface

BNCS.Core.DriverFramework.Interfaces Namespace