BncsInfodriver.RemoveSlotCallback Method

<< Click to Display Table of Contents >>

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

BncsInfodriver.RemoveSlotCallback Method

Removes a specified callback from the slot callbacks collection.

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

 

Syntax


public void RemoveSlotCallback(
 BncsInfodriverSlotCallback callback
)

Parameters

callback

Type: BNCS.Core.DriverFramework.Bncs.BncsInfodriverSlotCallback
The callback to be removed. It must belong to this infodriver and have a valid slot index.

 

Exceptions


Exception

Condition

Exception

This callback does not belong to this infodriver

Exception

Slot index not initialised

 

See Also


BncsInfodriver Class

BNCS.Core.DriverFramework.Bncs Namespace