コード例 #1
0
ファイル: PlcmProxy.cs プロジェクト: dazhouhu/QLSDK
 public static ErrorNumber GetRecordStatus(int callhandle, ref int status, ref int pipeType, string fileName)
 {
     return((ErrorNumber)PlcmHelper.getRecordStatus(callhandle, ref status, ref pipeType, fileName));
 }