Show / Hide Table of Contents

Class DefaultDeviceFactoryStub

Generic Device factory for all purpose testing.

Inheritance
System.Object
DeviceFactoryStubBase
DefaultDeviceFactoryStub
Inherited Members
DeviceFactoryStubBase.DeviceTypeName
DeviceFactoryStubBase.DeviceTypeDisplayName
DeviceFactoryStubBase.IconUri
DeviceFactoryStubBase.DeviceTypeAliases
DeviceFactoryStubBase.CreateDeviceInstance(IPAddress, String, String, String, String, String, Guid)
Namespace: Phoenix.Test.DeviceMockSystem
Assembly: Phoenix.Test.Infrastructure.dll
Syntax
public class DefaultDeviceFactoryStub : DeviceFactoryStubBase

Constructors

View Source

DefaultDeviceFactoryStub(DeviceStubExporter)

Initializes a new instance of the DefaultDeviceFactoryStub class.

Declaration
public DefaultDeviceFactoryStub(DeviceStubExporter exporter)
Parameters
Type Name Description
DeviceStubExporter exporter

The exporter to register with.

Fields

View Source

DefaultDeviceName

The name of the device used in setting up capabilities.

Declaration
public const string DefaultDeviceName = "Default"
Field Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX