C# Class Hansha.HyperProtocol

Inheritance: IProtocol
Afficher le fichier Open project: Deathspike/Hansha

Méthodes publiques

Méthode Description
HyperProtocol ( IProtocolStream protocolStream ) : System.IO
StartAsync ( ScreenFrame frame ) : System.Threading.Tasks.Task
UpdateAsync ( ScreenFrame frame ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
ProcessModifiedRegions ( BinaryWriter binaryWriter, ScreenFrame frame ) : void
ProcessMovedRegions ( BinaryWriter binaryWriter, ScreenFrame frame ) : void

Method Details

HyperProtocol() public méthode

public HyperProtocol ( IProtocolStream protocolStream ) : System.IO
protocolStream IProtocolStream
Résultat System.IO

StartAsync() public méthode

public StartAsync ( ScreenFrame frame ) : System.Threading.Tasks.Task
frame Hansha.Core.ScreenFrame
Résultat System.Threading.Tasks.Task

UpdateAsync() public méthode

public UpdateAsync ( ScreenFrame frame ) : System.Threading.Tasks.Task
frame Hansha.Core.ScreenFrame
Résultat System.Threading.Tasks.Task