Types of packets.
#include <screen/screen.h>
enum { SCREEN_REQUEST_PACKET = 0 SCREEN_BLIT_PACKET = 1 SCREEN_INPUT_PACKET = 2 SCREEN_EVENT_PACKET = 3 };
Screen packet types is for debugging purposes only. It identifies binary chunks which are used only by the screeninfo utility (a command- line tool in /dev/screen/ which is only visible if youhave root access) that is used to decode these packets.