TibrvMsg.getDecoder()

Method

Declaration

static TibrvMsgDecoder getDecoder(
    short    userType)

Purpose

Extract the decoder interface for a custom datatype.

Remarks

If no decoder is registered for the datatype, return null.

Parameter

Description

userType

This type designator must be in the inclusive range [TibrvMsg.USER_FIRST,TibrvMsg.USER_LAST].

See Also

TibrvMsg.setHandlers()

TibrvMsgDecoder