| StreamsRead7bitBytes Method |
Reads a 7bit byte array from 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 byte[] Read7bitBytes(
Stream stream
)
Public Shared Function Read7bitBytes (
stream As Stream
) As Byte()
Parameters
- stream
- Type: System.IOStream
The stream that will be read.
Return Value
Type:
Byte
The byte array read from supplied
stream.
Exceptions See Also