Esempio n. 1
0
 /// <summary>
 /// Registers the specified <see cref="AIBit"/> with this device.
 /// </summary>
 /// <param name="bit">The <see cref="AIBit"/>.</param>
 public void RegisterAIBit(AIBit bit)
 {
     _aiBits.Add(bit.Channel, 0);
 }
Esempio n. 2
0
 /// <summary>
 /// Registers the specified <see cref="AIBit"/> with this device.
 /// </summary>
 /// <param name="bit">The <see cref="AIBit"/>.</param>
 public void RegisterAIBit(AIBit bit)
 {
 }