コード例 #1
0
 public static ErrorNumberEnum HoldCall(int callHandle)
 {
     return((ErrorNumberEnum)WrapperInterface.holdCall(callHandle));
 }