Click or drag to resize

MvArrayEncode Method

Writes this instance into an MvMessage.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public override MvMessage Encode(
	MvMessage msg
)

Parameters

msg
Type: RW.Server.ComponentMvMessage
The message to encode.

Return Value

Type: MvMessage
The modified message.
Remarks
This is used in transfers to other processes. See the Encode(MvMessage) method for more details.
See Also