|
const | VERSION = "0.8.0" |
|
const | PROTOCOL = 6 |
|
const | MAGIC = "\x00\xff\xff\x00\xfe\xfe\xfe\xfe\xfd\xfd\xfd\xfd\x12\x34\x56\x78" |
|
const | PRIORITY_NORMAL = 0 |
|
const | PRIORITY_IMMEDIATE = 1 |
|
const | FLAG_NEED_ACK = 0b00001000 |
|
const | PACKET_ENCAPSULATED = 0x01 |
|
const | PACKET_OPEN_SESSION = 0x02 |
|
const | PACKET_CLOSE_SESSION = 0x03 |
|
const | PACKET_INVALID_SESSION = 0x04 |
|
const | PACKET_SEND_QUEUE = 0x05 |
|
const | PACKET_ACK_NOTIFICATION = 0x06 |
|
const | PACKET_SET_OPTION = 0x07 |
|
const | PACKET_RAW = 0x08 |
|
const | PACKET_BLOCK_ADDRESS = 0x09 |
|
const | PACKET_SHUTDOWN = 0x7e |
|
const | PACKET_EMERGENCY_SHUTDOWN = 0x7f |
|
The documentation for this class was generated from the following file: