Click or drag to resize

MvMessageDecodeMessage Method

Extracts the next message assuming it is a message.

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

Parameters

msg
Type: RW.Server.ComponentMvMessage
The message

Return Value

Type: MvMessage
The extracted message.
Exceptions
ExceptionCondition
MvMessageException An error occurred during decoding.
See Also