/// <summary> /// Registers the specified <see cref="AOBit"/> with this device. /// </summary> /// <param name="bit">The <see cref="AOBit"/>.</param> public void RegisterAOBit(AOBit bit) { _aoBits.Add(bit.Channel, 0); }
/// <summary> /// Registers the specified <see cref="AOBit"/> with this device. /// </summary> /// <param name="bit">The <see cref="AOBit"/>.</param> public void RegisterAOBit(AOBit bit) { }