Interface IPlcConnectable
Assembly: TeleScope.Connectors.Plc.Abstractions.dll
Syntax
public interface IPlcConnectable : IConnectable
Methods
|
Improve this Doc
View Source
Read<T>()
Declaration
Returns
Type Parameters
|
Improve this Doc
View Source
Select(Object)
Declaration
IPlcConnectable Select(object parameter)
Parameters
Type |
Name |
Description |
System.Object |
parameter |
|
Returns
|
Improve this Doc
View Source
Select(Object[])
Declaration
IPlcConnectable Select(object[] parameters)
Parameters
Type |
Name |
Description |
System.Object[] |
parameters |
|
Returns
|
Improve this Doc
View Source
Write<T>(T)
Declaration
Parameters
Type |
Name |
Description |
T |
data |
|
Type Parameters