Show / Hide Table of Contents

Class PhoenixDeviceProvider

An implementation of IDeviceProvider which shares DeviceConsole devices with Phoenix.

Inheritance
object
PhoenixDeviceProvider
Implements
IDeviceProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.Shared.dll
Syntax
public class PhoenixDeviceProvider : IDeviceProvider

Methods

View Source

FromNameAsync(string)

Gets a device with the given name.

Declaration
public Task<IDevice?> FromNameAsync(string name)
Parameters
Type Name Description
string name

The device name.

Returns
Type Description
Task<IDevice>

The device, if it exists.

Implements

IDeviceProvider
  • View Source
In this article
Back to top Generated by DocFX