|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PacketHandler | |
---|---|
rcx.josx.rcxcomm |
Uses of PacketHandler in rcx.josx.rcxcomm |
---|
Subclasses of PacketHandler in rcx.josx.rcxcomm | |
---|---|
class |
F7DeliveryHandler
A packet handler that attempts (but doesn't fully succeed in) reliable delivery for F7 Lego firmware opcode packets. |
class |
F7Handler
Packet handler that uses the Lego Firmware F7 (set Message) opcodes. |
class |
LLCHandler
Packet handler than implement the LLC packet protocol. |
class |
LLCReliableHandler
A Packet handler that guarantees reliable delivery using checksums, acks, and a single bit sequence number. |
class |
LNPAddressingHandler
Packet handler that implements LNP addressing. |
class |
LNPHandler
A Packet handler that implements the outer LNP packet format. |
class |
LNPIntegrityHandler
Packet handler that implements simple checksums. |
Constructors in rcx.josx.rcxcomm with parameters of type PacketHandler | |
---|---|
F7DeliveryHandler(PacketHandler handler)
|
|
LLCReliableHandler(PacketHandler handler)
|
|
LNPAddressingHandler(PacketHandler handler)
|
|
LNPIntegrityHandler(PacketHandler handler,
byte op)
Create a packet handler for broadcast or addressing integrity packets |
|
PacketHandler(PacketHandler handler)
|
|
RCXAbstractPort(PacketHandler handler)
Constructor for the RCXAbstractPort. |
|
RCXAbstractPort(java.lang.String port,
PacketHandler handler)
Constructor for a named port (eg com1 or usb). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |