Interface IPhoenixClientManagerAdapter<TClient>
A client manager adapter for Phoenix.
Inherited Members
Namespace: Phoenix.ClientManager
Assembly: Phoenix.ClientManager.dll
Syntax
public interface IPhoenixClientManagerAdapter<TClient> : IClientManagerAdapter<IDevice, TClient> where TClient : class, IGameConnect
Type Parameters
Name | Description |
---|---|
TClient | The generic client. |
Methods
View SourceOptionsFor(IDevice)
Gets the connection options for a specific device.
Declaration
object OptionsFor(IDevice device)
Parameters
Type | Name | Description |
---|---|---|
IDevice | device | The device to get the options for. |
Returns
Type | Description |
---|---|
object | The connection options. |
SetOptionsFor(IDevice, object)
Sets the options for a given device.
Declaration
void SetOptionsFor(IDevice device, object options)
Parameters
Type | Name | Description |
---|---|---|
IDevice | device | The device to set options for. |
object | options | The options to set. |