Click or drag to resize

MultiProtocolFrameParserBufferSize Property

Gets or sets the size of the buffer used by the MultiProtocolFrameParser for sending and receiving data from a device.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public int BufferSize { get; set; }
View Source

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentExceptionThe value specified is either zero or negative.
See Also