Exemplo n.º 1
0
 public bool SetMeasTagArm(int ch, GtiTagArmSrc src, GtiPolarity pol)
 {
     return(GT668SetMeasTagArm(ch, src, pol));
 }
Exemplo n.º 2
0
 public bool GetMeasTagArm(int ch, ref GtiTagArmSrc src, ref GtiPolarity pol)
 {
     return(GT668GetMeasTagArm(ch, ref src, ref pol));
 }
Exemplo n.º 3
0
 public static extern bool GT668GetMeasTagArm(
     int ch,
     ref GtiTagArmSrc src,
     ref GtiPolarity pol);