|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericPacket | |
---|---|
org.jSyncManager.API.Protocol |
Uses of GenericPacket in org.jSyncManager.API.Protocol |
---|
Methods in org.jSyncManager.API.Protocol that return GenericPacket | |
(package private) GenericPacket |
SLP_Packet.getGenericPacket()
Retreives the GenericPacket containing the data within this packet. |
(package private) GenericPacket |
PADPFragmentSet.rebuildPacket()
Rebuilds the packet this set represents into a single Generic Packet object. |
GenericPacket |
PADP.readPacket()
Reads a packet from the ready queue. |
GenericPacket |
CMPDLPTransferInterface.readPacket()
Reads a packet from the underlying communication subsystem. |
GenericPacket |
SLP.readPacket()
Reads the next packet from the input queue. |
GenericPacket |
USB.readPacket()
Reads a packet from the underlying communication subsystem. |
Methods in org.jSyncManager.API.Protocol with parameters of type GenericPacket | |
protected PADP_Packet |
PADP.parsePADPacket(GenericPacket data)
Converts an incoming GenericData packet into a PAD_Packet instance. |
void |
PADP.transmitPacket(GenericPacket pkt)
Transmit a packet to the underlying SLP protocol layer. |
protected boolean |
CMP_DLP.determinePacketType(GenericPacket genericpacket)
A method to determine the type of incoming packet. |
|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |