Search Results for

    Show / Hide Table of Contents

    Interface ICommandSender

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

    Properties

    LastCommandSentTime

    Declaration
    DateTime LastCommandSentTime { get; }
    Property Value
    Type Description
    DateTime

    Origin

    Declaration
    string Origin { get; }
    Property Value
    Type Description
    String

    User

    Declaration
    string User { get; }
    Property Value
    Type Description
    String

    Methods

    HasPrivilege(Int32)

    Declaration
    bool HasPrivilege(int cmdAccesFlags)
    Parameters
    Type Name Description
    Int32 cmdAccesFlags
    Returns
    Type Description
    Boolean

    LogMessage(String, LogType)

    Declaration
    void LogMessage(string message, LogType logType = LogType.DEFAULT)
    Parameters
    Type Name Description
    String message
    LogType logType

    SendCommandList(Byte[])

    Declaration
    void SendCommandList(byte[] serializedCmdList)
    Parameters
    Type Name Description
    Byte[] serializedCmdList

    SendUpdatedParamValues(Byte[])

    Declaration
    void SendUpdatedParamValues(byte[] serializedParamValuesList)
    Parameters
    Type Name Description
    Byte[] serializedParamValuesList

    TimeoutDisconnect()

    Declaration
    void TimeoutDisconnect()
    ☀
    ☾
    In This Article
    Back to top
    © Clavusaurus Game Software
    ☀
    ☾