Tipic Instant Messaging Platform - Programmer's Reference Guide

ByteHandler Delegate

Delegate for methods that get a block of bytes

[Visual Basic]
Public Delegate Sub ByteHandler( _
   ByVal sender As Object, _
   ByVal buf As Byte() _
)
[C#]
public delegate void ByteHandler(
   object sender,
   byte[] buf
);

Requirements

Namespace: bedrock

Assembly: tipic.xmpp (in tipic.xmpp.dll)

See Also

bedrock Namespace