| 
            
              CommonFrameHeaderFrameLength Property
             | 
          
        
        
            Gets or sets the entire length of the IEEE 1344 frame.
            
        
        Namespace: GSF.PhasorProtocols.IEEE1344Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxpublic ushort FrameLength { get; set; }Public Property FrameLength As UShort
	Get
	Set
public:
property unsigned short FrameLength {
	unsigned short get ();
	void set (unsigned short value);
}member FrameLength : uint16 with get, set
function get_FrameLength();
function set_FrameLength(value);
 View SourceProperty Value
UInt16
See Also