 | MessageFromStream Method |
Decodes all the fields of this Message from supplied stream.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic void FromStream(
MemoryStream stream
)
Public Sub FromStream (
stream As MemoryStream
)
Parameters
- stream
- Type: System.IOMemoryStream
A byte buffer with an encoded Message.
Exceptions
See Also