User`s manual
Building Applications 39
PCIS-DASK
Application Building Fundamentals Using .NET
Using Callback Functions in a C# Application with PCIS-
DASK
To use callback functions in a c# Application with PCIS-DASK, fol-
low these steps after creating a Windows
®
2000/XP PCIS-DASK
application using C#:
1. Create a callback function. For example:
private static void CallBack()
{
//Add the C# function you like.
}
2. Set the callback function. For example:
CallbackDelegate del = new Callback Delegate(
CallBack );
DASK.AI_EventCallBack((ushort)card, 1,
DASK.DBEvent, del);