Метод | Описание | |
---|---|---|
GatewayStatusData ( string sExchange, string sText, int bOpened, int bServerUp ) : System | ||
IsDownloading ( ServerType type ) : bool |
Check if the server is currently downloading
|
|
IsOpen ( ServerType type ) : bool |
Check if the server is open
|
|
IsServerUp ( ServerType type ) : bool |
Check if the server is up
|
|
SetStatusData ( string sText, int bOpened, int bServerUp ) : void |
Set the status data
|
Метод | Описание | |
---|---|---|
GetServerType ( string server ) : ServerType |
Returns the ServerType enumeration value based on the string parameter
|
public GatewayStatusData ( string sExchange, string sText, int bOpened, int bServerUp ) : System | ||
sExchange | string | |
sText | string | |
bOpened | int | |
bServerUp | int | |
Результат | System |
public IsDownloading ( ServerType type ) : bool | ||
type | ServerType | ServerType to request |
Результат | bool |
public IsOpen ( ServerType type ) : bool | ||
type | ServerType | ServerType to request |
Результат | bool |
public IsServerUp ( ServerType type ) : bool | ||
type | ServerType | ServerType to request |
Результат | bool |
public SetStatusData ( string sText, int bOpened, int bServerUp ) : void | ||
sText | string | sText value from OnExchangeStateUpdate |
bOpened | int | bOpened value from OnExchangeStateUpdate |
bServerUp | int | bServerUp value from OnExchangeStateUpdate |
Результат | void |