| MvEndPointDecoder Property |
Gets the message decoder.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 6.5.0.0 (6.5.0.0)
Syntax public virtual MvEndPointMsgDecoder Decoder { get; }
Public Overridable ReadOnly Property Decoder As MvEndPointMsgDecoder
Get
public:
virtual property MvEndPointMsgDecoder^ Decoder {
MvEndPointMsgDecoder^ 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