Smartswitch
PeerType.ice
Go to the documentation of this file.
1 #pragma once
2 
3 [["python:pkgdir:Smartswitch/Peer"]]
4 
5 module Smartswitch
6 {
7  module Peer
8  {
12  enum PeerType
13  {
17  User,
18  };
19  };
20 };
Peer is a Gateway.
Definition: PeerType.ice:16
Peer is a Terminator.
Definition: PeerType.ice:15
Peer is a User.
Definition: PeerType.ice:17
Definition: AccessException.ice:7
PeerType
List of available GenericPeer descendants.
Definition: PeerType.ice:12
Peer is an Originator.
Definition: PeerType.ice:14