Digitax 4GMCU Technical Manual page 46

Mobile control unit
Table of Contents

Advertisement

//increase light intesity
if
(_dimVal < 32 && !cbAuto.Checked)
{
_dimVal++;
tbDimVal.Text = _dimVal.ToString();
_aitp.AITPSetDimmerValue(_dimVal);
}
}
void DiimerSample_Closing(object
{
//release aitp
_aitp.AITPRelease();
}
private void btAskLight_Click(object
{
_aitp.AITPAskLightIntensity();
}
private void btAskDimmer_Click(object
{
_aitp.AITPAskDimmerValueAndTable();
}
private void cbAuto_CheckStateChanged(object
{
if
(cbAuto.Checked)
{
//set auto dimmer -> value 33
_aitp.AITPSetDimmerValue((byte)33);
}
else
{
_aitp.AITPSetDimmerValue(_dimVal);
}
}
}
}
46
The information contained here are property of DIGITAX Automotive Electronics Italy, and extremely confidential. Any disclosure, copying, distribution to third
sender,
CancelEventArgs
e)
sender,
EventArgs
e)
sender,
EventArgs
e)
sender,
EventArgs
party is strictly prohibited.
e)

Advertisement

Table of Contents
loading

Table of Contents