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