Click or drag to resize

IAdapter Interface

Base Adapter class

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
public interface IAdapter : IDisposable

The IAdapter type exposes the following members.

Properties
  NameDescription
Public propertyAdapterConfiguration
Gets or sets AdapterConfiguration.
Public propertyAdapterId
unique adapter id
Public propertyAdapterName
Gets the Adapter Name
Public propertyAdapterSymbol
Gets the adapter symbol, used to set the adapter prefix
Public propertyAdapterVersion
Get the Adapter Version.
Public propertyCompanyName
Returns the adapter company name
Public propertyLogger
Gets the instance of ILogger.
Public propertyProxySettings
Gets or sets ProxySettings.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodInit
Initializes adapter
Top
See Also