Interface ICommandSender
  
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public interface ICommandSender
   
  Properties
  
  
  
  
  LastCommandSentTime
  
  
  Declaration
  
    DateTime LastCommandSentTime { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | DateTime | 
         | 
      
    
  
  
  
  
  Origin
  
  
  Declaration
  
  Property Value
  
  
  
  
  User
  
  
  Declaration
  
  Property Value
  
  Methods
  
  
  
  
  HasPrivilege(Int32)
  
  
  Declaration
  
    bool HasPrivilege(int cmdAccesFlags)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Int32 | 
        cmdAccesFlags | 
         | 
      
    
  
  Returns
  
  
  
  
  LogMessage(String, LogType)
  
  
  Declaration
  
    void LogMessage(string message, LogType logType = LogType.DEFAULT)
   
  Parameters
  
  
  
  
  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