|   | Encoding7BitReadUInt32(Stream) Method | 
        
        
            Reads a 7-bit encoded uint.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxGSF.Encoding7Bit.ReadUInt32 = function(stream);
Parameters
- stream  Stream
- A stream to read from.
Return Value
UInt32the value
 Exceptions
Exceptions Remarks
Remarks
            This method will check for the end of the stream
            
 See Also
See Also