OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Module STUN_Component


Import Declarations:


Component Types Summary
STUN_PTC
STUN_SYSTEM
Port Types Summary
StunPort
StunPortSync

Details

STUN_PTC
type component STUN_PTC{
port StunPort StunServer;
port StunPortSync  STUN_SYNC;
}

STUN_SYSTEM
type component STUN_SYSTEM{
port StunPort StunServer;
}

StunPort
type port StunPort message {
inout STUNMessage;
}

StunPortSync
type port StunPortSync message {
inout charstring
}