| StreamsWrite7bitBytes Method |
Writes the 7bit byte array 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 Write7bitBytes(
Stream stream,
byte[] bytes
)
Public Shared Sub Write7bitBytes (
stream As Stream,
bytes As Byte()
)
Parameters
- stream
- Type: System.IOStream
The stream that will be written.
- bytes
- Type: SystemByte
The byte array to write to supplied stream.
Exceptions See Also