C# Class HA4IoT.PersonalAgent.ApiInboundMessage

Inheritance: IInboundMessage
显示文件 Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Public Methods

Method Description
ApiInboundMessage ( System.DateTime timestamp, string text ) : System

Method Details

ApiInboundMessage() public method

public ApiInboundMessage ( System.DateTime timestamp, string text ) : System
timestamp System.DateTime
text string
return System