BncsDatabase.AddSlotCallback Method

<< Click to Display Table of Contents >>

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

BncsDatabase.AddSlotCallback Method

Adds a new slot callback for the specified slot index.

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

 

Syntax


public BncsDatabaseSlotCallback AddSlotCallback(
 uint index
)

Parameters

index

Type: UInt32
The index of the slot to add the callback for.

Return Value

A BncsDatabaseSlotCallback instance associated with the specified slot index.

 

See Also


BncsDatabase Class

BNCS.Core.DriverFramework.Bncs Namespace