Message SessionMsg

File: Applications/i3/i3Apps/I3SessionMessage.msg

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
type int
value double
source I3Identifier

Source code:

message SessionMsg {
	
	fields:
		int type enum(SessionMsgType);
		double value;
                I3Identifier source;
}