IDataProviderID Members
The IDataProviderID type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetApplicationLayerMaster |
Instantiate object providing IApplicationLayerMaster - an object implementing
master (playing the role on the field network of the master station,) interfaces defined for the application layer.
|
![]() |
GetAvailiableAddressspaces |
This function is responsible for returning the list of addressspaces in the data provider
|
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetItemDefaultSettings |
Gets the item default settings.
|
![]() |
GetSettings |
Returns as a string all the settings of the data provider used for operation.
Client is only holder of the string and is responsible to return this string back
using see SetSettings(String) before instantiating IApplicationLayerMaster . All changes to the
parameters have to be done using provided by the implementer of this interface properties.
|
![]() |
GetSettingsHumanReadableFormat |
Returns as a string all the settings of the data provider used for operation.
Data is returned in Human readable way
|
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetSettings |
Sets all the settings of the data provider used for operation. This string should be returned from GetSettings()()()().
|
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
GetDataProviderDescription |
Get all information identifying the communication provider.
|
![]() |
Item |
Indexer allowing to get object providing from the collection using Title as an index.
|
![]() |
SelectedCommunicationLayer |
Get and set underlying ICommunicationLayerId. Information about selected communication layer
provider should be included in the setting string and used before instantiating the data IApplicationLayerMaster
|
![]() |
Title |
Gets the title custom attribute for the plug-in assembly manifest.
|