| 
            
              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.
            
        
        Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic IEnumerable<byte[]> BinaryImageFrames { get; }Public ReadOnly Property BinaryImageFrames As IEnumerable(Of Byte())
	Get
public:
property IEnumerable<array<unsigned char>^>^ BinaryImageFrames {
	IEnumerable<array<unsigned char>^>^ get ();
}member BinaryImageFrames : IEnumerable<byte[]> with get
function get_BinaryImageFrames();
 View SourceProperty 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