Beispiel #1
0
 public static ErrorNumberEnum ClearCallStream(CallStreamTypeEnum type)
 {
     return((ErrorNumberEnum)WrapperInterface.clearCallStream((int)type));
 }
Beispiel #2
0
 public static ErrorNumberEnum SetCallStream(CallStreamTypeEnum type, string filePath)
 {
     return((ErrorNumberEnum)WrapperInterface.setCallStream((int)type, filePath));
 }