Opc.Ua.Core
WriteByte Method (ArraySegmentStream)



Opc.Ua.Bindings Namespace > ArraySegmentStream Class : WriteByte Method
The byte to write to the stream.
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
Syntax
'Declaration
 
Public Overrides Sub WriteByte( _
   ByVal value As Byte _
) 
'Usage
 
Dim instance As ArraySegmentStream
Dim value As Byte
 
instance.WriteByte(value)
public override void WriteByte( 
   byte value
)
public:
void WriteByte( 
   byte value
) override 

Parameters

value
The byte to write to the stream.
Exceptions
ExceptionDescription
An I/O error occurs.
The stream does not support writing, or the stream is already closed.
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