Click or drag to resize
MvValueUnstream Method
Builds an MvValue from MvMessage data.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static MvValue Unstream(
	MvMessage msg
)

Parameters

msg
Type: RW.Server.ComponentMvMessage
The message from which the value is read.

Return Value

Type: MvValue
The unstreamed value.
Exceptions
ExceptionCondition
UnstreamException
See Also