|   | Encoding7BitReadUInt64(Stream) Method | 
        
        
            Reads a 7-bit encoded ulong.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxPublic Shared Function ReadUInt64 ( 
	stream As Stream
) As ULong
GSF.Encoding7Bit.ReadUInt64 = function(stream);
Parameters
- stream  Stream
- A stream to read from.
Return Value
UInt64the value
 Exceptions
Exceptions Remarks
Remarks
            This method will check for the end of the stream
            
 See Also
See Also