Gets or sets data buffer long word that prefixes each cell when source data is in the Phasor Data File Format (i.e., a DST file).
Declaration Syntax
C# | Visual Basic | Visual C++ |
public uint DataBuffer { get; set; }
Public Property DataBuffer As UInteger Get Set
public: property unsigned int DataBuffer { unsigned int get (); void set (unsigned int value); }