Class DirectTCPSocketChunkSentEventArgs
DirectTCPSocketChunkSent
public sealed class DirectTCPSocketChunkSentEventArgs : EventArgs
- Inheritance
-
DirectTCPSocketChunkSentEventArgs
- Inherited Members
Properties
Data
Gets or sets the data
[JsonPropertyName("data")]
public string Data { get; set; }
Property Value
Identifier
Gets or sets the identifier
[JsonPropertyName("identifier")]
public string Identifier { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }