示例#1
0
 public static ErrorNumber ClearCallStream(CallStreamType type)
 {
     return((ErrorNumber)PlcmHelper.clearCallStream((int)type));
 }