![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
class | CEventPacket |
Enumerations | |
enum | LogoType { LT_NONE = 0x00, LT_JPEG = 0x01, LT_PNG = 0x02, LT_GIF = 0x03 } |
enum | ButtonFlags { PTB_USE_NAME = 0x01, PTB_DOWN = 0x02, PTB_UP = 0x04, PTB_USE_AMOUNT = 0x08, PTB_QUEUE = 0x10, PTB_NO_REPEAT = 0x20, PTB_VKEY = 0x40, PTB_AXIS = 0x80, PTB_AXISSINGLE = 0x100, PTB_UNICODE = 0x200 } |
enum | MouseFlags { PTM_ABSOLUTE = 0x01 } |
enum | ActionType { AT_EXEC_BUILTIN = 0x01, AT_BUTTON = 0x02 } |
enum | PacketType { PT_HELO = 0x01, PT_BYE = 0x02, PT_BUTTON = 0x03, PT_MOUSE = 0x04, PT_PING = 0x05, PT_BROADCAST = 0x06, PT_NOTIFICATION = 0x07, PT_BLOB = 0x08, PT_LOG = 0x09, PT_ACTION = 0x0A, PT_DEBUG = 0xFF, PT_LAST } |
Variables | |
const int | PACKET_SIZE = 1024 |
const int | HEADER_SIZE = 32 |
const char | HEADER_SIG [] = "XBMC" |
const int | HEADER_SIG_LENGTH = 4 |
const char EVENTPACKET::HEADER_SIG[] = "XBMC" |
const int EVENTPACKET::HEADER_SIG_LENGTH = 4 |
const int EVENTPACKET::HEADER_SIZE = 32 |
const int EVENTPACKET::PACKET_SIZE = 1024 |