|
<< 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)
public BncsDatabaseSlotCallback AddSlotCallback(
uint index
)
index
Type: UInt32
The index of the slot to add the callback for.
A BncsDatabaseSlotCallback instance associated with the specified slot index.
BNCS.Core.DriverFramework.Bncs Namespace