Interface IProvidesRemoteDataConnection
Defines the API for a remote data connection.
Inherited Members
Namespace: Unity.MARS
Syntax
public interface IProvidesRemoteDataConnection : IFunctionalityProvider
Methods
ConnectRemote()
Start a remote data connection.
Declaration
void ConnectRemote()
DisconnectRemote()
End a remote data connection.
Declaration
void DisconnectRemote()
IsConnected()
Get the current state of the remote data connection.
Declaration
bool IsConnected()
Returns
Type | Description |
---|---|
Boolean | True if the data remote is connected to this client, false otherwise. |
UpdateRemote()
Update the provider with the data coming from the remote.
Declaration
void UpdateRemote()