Class WireProtocolRequest
- Namespace
- nanoFramework.Tools.Debugger.WireProtocol
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
public class WireProtocolRequest
- Inheritance
-
WireProtocolRequest
- Inherited Members
- Extension Methods
Constructors
WireProtocolRequest(OutgoingMessage, int, CommandEventHandler)
public WireProtocolRequest(OutgoingMessage outgoingMessage, int millisecondsTimeout = 5000, CommandEventHandler callback = null)
Parameters
outgoingMessage
OutgoingMessagemillisecondsTimeout
intcallback
CommandEventHandler
Properties
CancellationToken
public CancellationToken CancellationToken { get; }
Property Value
Expires
public DateTimeOffset Expires { get; }
Property Value
NeedsReply
public bool NeedsReply { get; }
Property Value
OutgoingMessage
public OutgoingMessage OutgoingMessage { get; }
Property Value
RequestTimestamp
public DateTime RequestTimestamp { get; }
Property Value
TaskCompletionSource
public TaskCompletionSource<IncomingMessage> TaskCompletionSource { get; }