FriendLosslessPacketCallback


Description:

[ CCode ( has_target = false ) ]
public delegate void FriendLosslessPacketCallback (Tox self, uint32 friend_number, uint8[] data, void* user_data)

Parameters:

friend_number

The friend number of the friend who sent the packet.

data

A byte array containing the received packet data.