Search Results for

    Show / Hide Table of Contents

    Interface IPlcConnectable

    Inherited Members
    IConnectable.Connected
    IConnectable.Disconnected
    IConnectable.Completed
    IConnectable.Failed
    IConnectable.IsConnected
    IConnectable.Connect()
    IConnectable.Disconnect()
    Namespace: TeleScope.Connectors.Plc.Abstractions
    Assembly: TeleScope.Connectors.Plc.Abstractions.dll
    Syntax
    public interface IPlcConnectable : IConnectable

    Methods

    | Improve this Doc View Source

    Read<T>()

    Declaration
    T Read<T>()
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    Select(Object)

    Declaration
    IPlcConnectable Select(object parameter)
    Parameters
    Type Name Description
    System.Object parameter
    Returns
    Type Description
    IPlcConnectable
    | Improve this Doc View Source

    Select(Object[])

    Declaration
    IPlcConnectable Select(object[] parameters)
    Parameters
    Type Name Description
    System.Object[] parameters
    Returns
    Type Description
    IPlcConnectable
    | Improve this Doc View Source

    Write<T>(T)

    Declaration
    void Write<T>(T data)
    Parameters
    Type Name Description
    T data
    Type Parameters
    Name Description
    T
    • GITHUB
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Copyright 2020-2022 TeleScope-dotnet. Generated by DocFX.
    ☀
    ☾