Click or drag to resize

StreamsWriteShort Method

Writes a short to supplied stream.

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public static void WriteShort(
	Stream stream,
	short value
)

Parameters

stream
Type: System.IOStream
The stream that will be written.
value
Type: SystemInt16
The short to write to supplied stream.
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is null.
See Also