![](../icons/Help.png) | StreamsWrite7bitInteger Method |
Writes the 7bit integer to supplied stream.
Namespace:
OBCOM.NetSwitchLib.Utils
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic static void Write7bitInteger(
Stream stream,
int value
)
Public Shared Sub Write7bitInteger (
stream As Stream,
value As Integer
)
Parameters
- stream
- Type: System.IOStream
The stream that will be written.
- value
- Type: SystemInt32
The integer to write to supplied stream.
Exceptions
See Also