Property | Type | Description | |
---|---|---|---|
IsConnected | bool |
Method | Description | |
---|---|---|
AppConnectionManager ( ) : GlowCommon.Interfaces | ||
OnClientFound ( string ipAddress ) : void |
Called when a server is found! Try to connect.
|
|
OnCommand ( |
Fired when the server sends a command
|
|
OnConnect ( ) : void |
Fired when a new server connection has been made
|
|
OnDisconnected ( ) : void |
Fired when a server connection has been lost
|
|
OnFatalError ( ) : void |
Fired when there has been an error we can't recover from.
|
|
SendCommand ( |
Called by the consumer when they want to send a message to the other side.
|
Method | Description | |
---|---|---|
CreateDiscoveryPingTimmer ( ) : void |
Used to create a tick timer for the broadcast pinger
|
|
DestoryDiscoverPingTimer ( ) : void |
Used to stop the timer for the ping timer.
|
public AppConnectionManager ( ) : GlowCommon.Interfaces | ||
return | GlowCommon.Interfaces |
public OnClientFound ( string ipAddress ) : void | ||
ipAddress | string | |
return | void |
public OnCommand ( |
||
command | ||
return |
public SendCommand ( |
||
cmd | ||
return | Task |