ENet Class Library for C#

Packet.CopyTo Method

Copies the packet data into an array.

Overload List

Copies the packet data into an array.

public void CopyTo(byte[])

Copies part of the packet data into an array.

public void CopyTo(byte[],int)

Copies part of the packet data into an array.

public void CopyTo(byte[],int,int)

Copies part of the packet data into an array.

public void CopyTo(byte[],int,int,int)

See Also

Packet Class | ENet Namespace