コード例 #1
0
 public bool SetMeasTagArm(int ch, GtiTagArmSrc src, GtiPolarity pol)
 {
     return(GT668SetMeasTagArm(ch, src, pol));
 }
コード例 #2
0
 public bool GetMeasTagArm(int ch, ref GtiTagArmSrc src, ref GtiPolarity pol)
 {
     return(GT668GetMeasTagArm(ch, ref src, ref pol));
 }
コード例 #3
0
 public static extern bool GT668GetMeasTagArm(
     int ch,
     ref GtiTagArmSrc src,
     ref GtiPolarity pol);