| MvEndPointDecoder Property |
Gets the message decoder.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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