ErrFriendCustomPacket
Description:
public enum ErrFriendCustomPacket
Content:
Enum values:
- EMPTY - Attempted to send an
empty packet.
- FRIEND_NOT_CONNECTED -
This client is currently not connected to the friend.
- FRIEND_NOT_FOUND -
The friend number did not designate a valid friend.
- INVALID - The first byte of
data was not in the specified range for the packet type. This range is 200-254 for lossy, and 160-191 for lossless packets.
- NULL - One of the arguments to
the function was NULL when it was not expected.
- OK - The function returned
successfully.
- SENDQ - Packet queue is full.
- TOO_LONG - Packet data
length exceeded MAX_CUSTOM_PACKET_SIZE.