|
<< 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)
BncsInfodriverSlotCallback AddSlotCallback(
uint index
)
index
Type: UInt32
The index of the slot for which the callback is to be added.
A new instance of BncsInfodriverSlotCallback associated with the specified slot index.
Condition |
|
|---|---|
[ArgumentOutOfRangeException] |
Thrown when the requested slot is outside the initialized range of the managed infodriver. |
BNCS.Core.DriverFramework.Interfaces Namespace