Search Results for

    Show / Hide Table of Contents

    Interface IConsoleClient

    Namespace: Clavusaurus.Cosmos
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IConsoleClient

    Properties

    IsConnected

    Declaration
    bool IsConnected { get; }
    Property Value
    Type Description
    Boolean

    IsTryingToConnect

    Declaration
    bool IsTryingToConnect { get; }
    Property Value
    Type Description
    Boolean

    LocalPort

    Declaration
    ushort LocalPort { get; }
    Property Value
    Type Description
    UInt16

    ServerAddress

    Declaration
    IPEndPoint ServerAddress { get; }
    Property Value
    Type Description
    IPEndPoint

    Methods

    Dispose()

    Declaration
    void Dispose()

    SendCommandString(String)

    Declaration
    void SendCommandString(string commandString)
    Parameters
    Type Name Description
    String commandString

    StartAndConnect(IPEndPoint, UserCredentials)

    Declaration
    Task<bool> StartAndConnect(IPEndPoint endPoint, UserCredentials credentials)
    Parameters
    Type Name Description
    IPEndPoint endPoint
    UserCredentials credentials
    Returns
    Type Description
    Task<Boolean>

    Update()

    Declaration
    void Update()

    Events

    OnConnectionTimeoutEvent

    Declaration
    event Action OnConnectionTimeoutEvent
    Event Type
    Type Description
    Action

    OnLogReceivedEvent

    Declaration
    event Action<string, LogType> OnLogReceivedEvent
    Event Type
    Type Description
    Action<String, LogType>

    OnRemoteCommandConfigReceivedEvent

    Declaration
    event Action<byte[]> OnRemoteCommandConfigReceivedEvent
    Event Type
    Type Description
    Action<Byte[]>

    OnRemoteCommandParameterValuesChangedReceivedEvent

    Declaration
    event Action<byte[]> OnRemoteCommandParameterValuesChangedReceivedEvent
    Event Type
    Type Description
    Action<Byte[]>
    ☀
    ☾
    In This Article
    Back to top
    © Clavusaurus Game Software
    ☀
    ☾