javax.microedition.ipdr.callback.msg
Interface FlowStartInfo

All Superinterfaces:
MessageInfo

public interface FlowStartInfo
extends MessageInfo

The interface represents a FLOW_STRAT message information.

Version:
1.0
Author:
Shai Gotlib

Method Summary
 byte getSessionId()
          Returns the session Id Identifies the Session which the Message is associated.
 
Methods inherited from interface javax.microedition.ipdr.callback.msg.MessageInfo
msgId, msgName, toString
 

Method Detail

getSessionId

public byte getSessionId()
Returns the session Id Identifies the Session which the Message is associated.

Returns:
The SessionId (byte value)