Delegate for UIO Reader Callback
[Visual Basic]
Public Delegate Function cti.u_read( _
ByVal
fh As
Integer, _
ByVal
buffer As
UInt32, _
ByVal
cnt As
UInt32 _
) As
Integer
[C#]
public delegate int cti.u_read(
int fh,
uint buffer,
uint cnt);
Requirements
Namespace:
CTI32NetLib
Assembly: CTI32NetLib (in CTI32NetLib.dll)
See Also
CTI32NetLib Namespace