OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Component Types Summary | |
|---|---|
| STUN_PTC | |
| STUN_SYSTEM | |
| Port Types Summary | |
|---|---|
| StunPort | |
| StunPortSync | |
type component STUN_PTC{
port StunPort StunServer;
port StunPortSync STUN_SYNC;
}
type component STUN_SYSTEM{
port StunPort StunServer;
}
type port StunPort message {
inout STUNMessage;
}
type port StunPortSync message {
inout charstring
}