| 
            
              CommonFrameHeaderDataLength Property
             | 
          
        
        
            Gets or sets the length of the data in the IEEE 1344 frame (i.e., the 
FrameLength minus the header length and checksum: 
FrameLength - 8).
            
 
        
        Namespace: GSF.PhasorProtocols.IEEE1344Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic ushort DataLength { get; set; }Public Property DataLength As UShort
	Get
	Set
public:
property unsigned short DataLength {
	unsigned short get ();
	void set (unsigned short value);
}member DataLength : uint16 with get, set
function get_DataLength();
function set_DataLength(value);
 View SourceProperty Value
UInt16
See Also