Property | Type | Description | |
---|---|---|---|
mClientManager | |||
mPass | string | ||
mPort | ushort | ||
mURL | string | ||
mUser | string |
Method | Description | |
---|---|---|
Destroy ( ) : void | ||
GetWorkBlock ( ) : |
||
NewBlockReady ( ) : bool | ||
SetCredentials ( string user, string pass ) : void | ||
SetHost ( string url, ushort port ) : void | ||
SubmitWork ( |
||
Upstream ( |
public SetCredentials ( string user, string pass ) : void | ||
user | string | |
pass | string | |
return | void |
public SetHost ( string url, ushort port ) : void | ||
url | string | |
port | ushort | |
return | void |
public abstract SubmitWork ( |
||
work | ||
solution | uint | |
return | bool |
public Upstream ( |
||
cm | ||
return | System |
protected ClientManager,CentralMine.NET mClientManager | ||
return |