Click or drag to resize

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)
Syntax
public MemoryStream ToStream()

Return Value

Type: MemoryStream
A Stream with the encoded Message.
See Also