Method | Description | |
---|---|---|
ConnectTo ( string hostName, ushort port = 80 ) : void | ||
Connection ( string memberName, string productName, string platform, uint requestedHashes = 5000 ) : System | ||
Destroy ( ) : void | ||
Disconnect ( ) : void | ||
GetWork ( ) : |
||
SendWorkComplete ( bool solutionFound, uint solution, uint hashesDone ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
ProcessPackets ( ) : void | ||
ProcessWorkCommand ( byte data ) : void | ||
SendIdentityPacket ( ) : void | ||
SendPacket ( byte data ) : void | ||
SendPing ( ) : void | ||
SetupSocket ( ) : void |
public ConnectTo ( string hostName, ushort port = 80 ) : void | ||
hostName | string | |
port | ushort | |
return | void |
public Connection ( string memberName, string productName, string platform, uint requestedHashes = 5000 ) : System | ||
memberName | string | |
productName | string | |
platform | string | |
requestedHashes | uint | |
return | System |
public SendWorkComplete ( bool solutionFound, uint solution, uint hashesDone ) : void | ||
solutionFound | bool | |
solution | uint | |
hashesDone | uint | |
return | void |