将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace XP.Hardware.RaySource.Comet.Messages.Responses
|
||||
{
|
||||
/// <summary>
|
||||
/// 通用操作响应,携带返回数据
|
||||
/// </summary>
|
||||
public class OperationResponse : RaySourceResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 操作返回的数据
|
||||
/// </summary>
|
||||
public object Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user