IBncsInfodriver.AddSlotCallback Method

<< Click to Display Table of Contents >>

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

IBncsInfodriver.AddSlotCallback Method

Adds a new BncsInfodriverSlotCallback for the specified slot index.

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

 

Syntax


BncsInfodriverSlotCallback AddSlotCallback(
 uint index
)

Parameters

index

Type: UInt32
The index of the slot for which the callback is to be added.

Return Value

A new instance of BncsInfodriverSlotCallback associated with the specified slot index.

 

Exceptions


Exception

Condition

[ArgumentOutOfRangeException]

Thrown when the requested slot is outside the initialized range of the managed infodriver.

 

See Also


IBncsInfodriver Interface

BNCS.Core.DriverFramework.Interfaces Namespace