init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using DTS.Common.Enums.Communication;
|
||||
|
||||
namespace DTS.Common.Interface.Communication
|
||||
{
|
||||
public interface ICommunicationReport
|
||||
{
|
||||
object UserState { get; set; }
|
||||
CommunicationConstantsAndEnums.CommunicationResult Result { get; set; }
|
||||
byte[] Data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user