Click or drag to resize

ServerBaseReadIndicies Property

Gets current read indices for received data buffers incremented at each Read(Guid, Byte, Int32, Int32) call.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
protected ConcurrentDictionary<Guid, int> ReadIndicies { get; }
View Source

Property Value

ConcurrentDictionaryGuid, Int32
See Also