BncsInfodriver.AddSlotCallback Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Bncs Namespace > BncsInfodriver Class > BncsInfodriver Methods >

BncsInfodriver.AddSlotCallback Method

Adds a new BncsInfodriverSlotCallback for the specified slot index.

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

 

Syntax


public 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


BncsInfodriver Class

BNCS.Core.DriverFramework.Bncs Namespace