Esempio n. 1
0
 public static ErrorNumber StartRecord(int callHandle, RecordPipeType pipeType, string filePath)
 {
     return((ErrorNumber)PlcmHelper.startRecord(callHandle, (int)pipeType, filePath));
 }
Esempio n. 2
0
 public static ErrorNumber StartRecord(int callHandle, RecordPipeType pipeType, string filePath)
 {
     return((ErrorNumber)WrapperInterface.startRecord(callHandle, (int)pipeType, filePath));
 }