Opc.Ua.Core
ReadByte Method (ArraySegmentStream)



Opc.Ua.Bindings Namespace > ArraySegmentStream Class : ReadByte Method
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
Syntax
'Declaration
 
Public Overrides Function ReadByte() As Integer
'Usage
 
Dim instance As ArraySegmentStream
Dim value As Integer
 
value = instance.ReadByte()
public override int ReadByte()
public:
int ReadByte(); override 

Return Value

The unsigned byte cast to an Int32, or -1 if at the end of the stream.
Exceptions
ExceptionDescription
The stream does not support reading.
Methods were called after the stream was closed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ArraySegmentStream Class
ArraySegmentStream Members