Class LocalCommandSender
Inheritance
LocalCommandSender
Assembly: cs.temp.dll.dll
Syntax
public class LocalCommandSender : ICommandSender
Constructors
LocalCommandSender(CosmosConsole)
Declaration
public LocalCommandSender(CosmosConsole console)
Parameters
Properties
LastCommandSentTime
Declaration
public DateTime LastCommandSentTime { get; }
Property Value
Type |
Description |
DateTime |
|
Origin
Declaration
public string Origin { get; }
Property Value
User
Declaration
public string User { get; }
Property Value
Methods
HasPrivilege(Int32)
Declaration
public bool HasPrivilege(int cmdAccesFlags)
Parameters
Type |
Name |
Description |
Int32 |
cmdAccesFlags |
|
Returns
LogMessage(String, LogType)
Declaration
public void LogMessage(string message, LogType logType)
Parameters
SendCommandList(Byte[])
Declaration
public void SendCommandList(byte[] serializedCmdList)
Parameters
Type |
Name |
Description |
Byte[] |
serializedCmdList |
|
SendUpdatedParamValues(Byte[])
Declaration
public void SendUpdatedParamValues(byte[] serializedParamValuesList)
Parameters
Type |
Name |
Description |
Byte[] |
serializedParamValuesList |
|
TimeoutDisconnect()
Declaration
public void TimeoutDisconnect()
Implements