Property | Type | Description | |
---|---|---|---|
Client | IClientAPI | ||
Data | byte[] | ||
DataPointer | int | ||
FileName | string | ||
Packet | uint | ||
Serial | uint | ||
XferID | ulong |
Method | Description | |
---|---|---|
AckPacket ( uint packet ) : bool |
Respond to an ack packet from the client
|
|
StartSend ( ) : bool |
Start a transfer
|
|
XferDownLoad ( ) : System | ||
XferDownLoad ( string fileName, byte data, ulong xferID, IClientAPI client ) : System |
public XferDownLoad ( string fileName, byte data, ulong xferID, IClientAPI client ) : System | ||
fileName | string | |
data | byte | |
xferID | ulong | |
client | IClientAPI | |
return | System |