ConfigurationFrame3BinaryImageFrames Property

Returns a collection of binary images where each image represents a frame, i.e., a portion of a complete configuration 3 frame image to be published. Each returned frame in the collection will be no larger than 65,535 bytes.

Definition

Namespace: Gemstone.PhasorProtocols.IEEEC37_118
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.137 -- Release Build+761dca6ff9b1a8e7a4849e72d691fddbc93a5b09
public IEnumerable<byte[]> BinaryImageFrames { get; }

Property Value

IEnumerableByte

Remarks

This property manages creating multiple frame images for a config frame 3 instance using the CONT_IDX field for fragmented frames.

See Also