Click or drag to resize
MvEndPointDecoder Property
Gets the message decoder.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual MvEndPointMsgDecoder Decoder { get; }

Property Value

Type: MvEndPointMsgDecoder
The message decoder, or null if there is no connection, or no message decoder that has been set.
Remarks
See Also