public bool SetMeasTagArm(int ch, GtiTagArmSrc src, GtiPolarity pol) { return(GT668SetMeasTagArm(ch, src, pol)); }
public bool GetMeasTagArm(int ch, ref GtiTagArmSrc src, ref GtiPolarity pol) { return(GT668GetMeasTagArm(ch, ref src, ref pol)); }
public static extern bool GT668GetMeasTagArm( int ch, ref GtiTagArmSrc src, ref GtiPolarity pol);