 | MessageToStream Method |
Encodes all the fields of this Message into a Stream.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic MemoryStream ToStream()
Public Function ToStream As MemoryStream
Return Value
Type:
MemoryStream
A
Stream with the encoded
Message.
See Also