| 
            
              CompactMeasurementCompactStateFlags Property
             | 
          
        
        
            Gets or sets byte level compact state flags with encoded time index and base time offset bits.
            
        
        Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxpublic byte CompactStateFlags { get; set; }Public Property CompactStateFlags As Byte
	Get
	Set
public:
property unsigned char CompactStateFlags {
	unsigned char get ();
	void set (unsigned char value);
}member CompactStateFlags : byte with get, set
function get_CompactStateFlags();
function set_CompactStateFlags(value);
 View SourceProperty Value
Byte
See Also