javax.microedition.ipdr.callback.msg
Interface MessageInfo

All Known Subinterfaces:
ConnectInfo, ConnectResponseInfo, DataAckInfo, DataInfo, DisconnectInfo, ErrorInfo, FinalTemplateDataAckInfo, FlowStartInfo, FlowStopInfo, GetSessionsInfo, GetSessionsResponseInfo, GetTemplatesInfo, GetTemplatesResponseInfo, KeepAliveInfo, ModifyTemplateInfo, ModifyTemplateResponseInfo, ProtocolMsgHeaderOnly, RequestInfo, ResponseInfo, SessionStartInfo, SessionStopInfo, StartNegotiationInfo, StartNegotiationRejectInfo, TemplateDataInfo

public interface MessageInfo

The interface represents a message information.

Version:
1.0
Author:
Shai Gotlib

Method Summary
 byte msgId()
          Returns the message Id
 java.lang.String msgName()
          Returns message name
 java.lang.String toString()
          Returns a String object representing MessageInfo's value The string MUST be of the form: ::
 

Method Detail

msgId

public byte msgId()
Returns the message Id

Returns:
the message Id (byte value)

msgName

public java.lang.String msgName()
Returns message name

Returns:
message name (String value)

toString

public java.lang.String toString()
Returns a String object representing MessageInfo's value The string MUST be of the form: ::

Returns:
message descrition (String value)