Exemple #1
0
 public static ErrorNumber ClearCallStream(CallStreamType type)
 {
     return((ErrorNumber)WrapperInterface.clearCallStream((int)type));
 }