/// <summary> /// Get Qwerk's digital inputs service. /// </summary> /// /// <returns>Returns Qwerk's digital inputs service.</returns> /// /// <remarks>For the list of possible exceptions, see documentation to /// <see cref="Qwerk.DigitalIn(Qwerk)"/>.</remarks> /// public Qwerk.DigitalIn GetDigitalInService( ) { if (digitalIns == null) { digitalIns = new DigitalIn(this); } return(digitalIns); }
/// <summary> /// Get Qwerk's digital inputs service. /// </summary> /// /// <returns>Returns Qwerk's digital inputs service.</returns> /// /// <remarks>For the list of possible exceptions, see documentation to /// <see cref="Qwerk.DigitalIn(Qwerk)"/>.</remarks> /// public Qwerk.DigitalIn GetDigitalInService( ) { if ( digitalIns == null ) { digitalIns = new DigitalIn( this ); } return digitalIns; }