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: 6.3.0.0 (0.8.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