public LinphoneCommand(LinphoneCommandType n)
 {
     Command = n;
 }
Beispiel #2
0
 protected CallCommand(LinphoneCommandType cmdType, IntPtr callPtr)
     : base(cmdType)
 {
     _callPtr = callPtr;
 }
 protected CallCommand(LinphoneCommandType cmdType, IntPtr callPtr)
     : base(cmdType)
 {
     _callPtr = callPtr;
 }
Beispiel #4
0
 public LinphoneCommand(LinphoneCommandType n)
 {
     Command = n;
 }