Метод | Описание | |
---|---|---|
GetReconstructedPackets ( ) : |
Return all the packets received
|
|
PacketReconstructor ( int PacketSize, PacketReconstructedCBType aPacketReconstructedCBHandler ) : System |
Constructor of the packetReconstructor class, remember the packet size, and a callback function.
|
|
ReconstructFile ( |
Reconstruct a file packet by packet, when the last packet is receive the file is created.
|
public GetReconstructedPackets ( ) : |
||
Результат |
public PacketReconstructor ( int PacketSize, PacketReconstructedCBType aPacketReconstructedCBHandler ) : System | ||
PacketSize | int | |
aPacketReconstructedCBHandler | PacketReconstructedCBType | |
Результат | System |
public ReconstructFile ( |
||
newPacket | ||
Результат | void |