コード例 #1
0
 public TPE_FlowRes(tagTPE_FlowRes Fr)
 {
     RecordError = Fr.RecordError;
     CenterNo    = Fr.RecordError;
     OccurNode   = Fr.OccurNode;
     OccurIdNo   = Fr.OccurIdNo;
     OccurInfo   = Fr.OccurInfo;
 }
コード例 #2
0
 public static extern int TPE_Lost(int CustomSn, ref tagTPE_LostReq pReq, out tagTPE_FlowRes pRes, int bSync);