CTI32 Class Library

cti.u_write Delegate

Delegate for UIO Reader Callback

[Visual Basic]
Public Delegate Function cti.u_write( _
   ByVal fh As Integer, _
   ByVal buffer As UInt32, _
   ByVal cnt As UInt32 _
) As Integer
[C#]
public delegate int cti.u_write(
   int fh,
   uint buffer,
   uint cnt
);

Requirements

Namespace: CTI32NetLib

Assembly: CTI32NetLib (in CTI32NetLib.dll)

See Also

CTI32NetLib Namespace