C# Class Poderosa.XZModem.XModemReceiver

Inheritance: XModem
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
Dispose ( ) : void
OnReception ( Poderosa.Protocols.ByteDataFragment fragment ) : void
XModemReceiver ( XZModemDialog parent, string filePath ) : System

Méthodes protégées

Méthode Description
OnAbort ( string message, bool closeDialog ) : void
OnStart ( ) : void
OnStopped ( ) : void

Private Methods

Méthode Description
DiscardAllIncomingData ( ) : void
FlushPendingBuffer ( bool isLastBlock ) : void
GetBlockTypeInfo ( byte firstByte, int mode ) : BlockTypeInfo
Monitor ( ) : void
SaveToPendingBuffer ( byte buff, int offset, int length ) : void
StopMonitor ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnAbort() protected méthode

protected OnAbort ( string message, bool closeDialog ) : void
message string
closeDialog bool
Résultat void

OnReception() public méthode

public OnReception ( Poderosa.Protocols.ByteDataFragment fragment ) : void
fragment Poderosa.Protocols.ByteDataFragment
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnStopped() protected méthode

protected OnStopped ( ) : void
Résultat void

XModemReceiver() public méthode

public XModemReceiver ( XZModemDialog parent, string filePath ) : System
parent XZModemDialog
filePath string
Résultat System