Gets or sets the length of the data in the IEEE C37.118 frame (i.e., the FrameLength minus the header length and checksum: FrameLength - 8).
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ushort DataLength { get; set; }
Public Property DataLength As UShort Get Set
public: property unsigned short DataLength { unsigned short get (); void set (unsigned short value); }