Click or drag to resize

DataPublisherClientResponseHeaderSize Field

Size of client response header in bytes.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public const int ClientResponseHeaderSize = 6
View Source

Field Value

Int32
Remarks
Header consists of response byte, in-response-to server command byte, 4-byte int representing payload length.
See Also