CTI32 Class Library

cti.CSPCB Delegate

A delegate To Receive CSP Callbacks

[Visual Basic]
Public Delegate Function cti.CSPCB( _
   ByVal chdev As Integer, _
   ByVal _event As Integer, _
   ByVal buf As UInt32, _
   ByVal len As UInt32 _
) As Integer
[C#]
public delegate int cti.CSPCB(
   int chdev,
   int _event,
   uint buf,
   uint len
);

Parameters

chdev
_event
buf
len

Return Value

Requirements

Namespace: CTI32NetLib

Assembly: CTI32NetLib (in CTI32NetLib.dll)

See Also

CTI32NetLib Namespace