Esempio n. 1
0
 /// <summary>
 /// Get Qwerk's LEDs service.
 /// </summary>
 ///
 /// <returns>Returns Qwerk's LEDs service.</returns>
 ///
 /// <remarks>For the list of possible exceptions, see documentation to
 /// <see cref="Qwerk.Leds(Qwerk)"/>.</remarks>
 ///
 public Qwerk.Leds GetLedsService( )
 {
     if (leds == null)
     {
         leds = new Leds(this);
     }
     return(leds);
 }
Esempio n. 2
0
 /// <summary>
 /// Get Qwerk's LEDs service.
 /// </summary>
 /// 
 /// <returns>Returns Qwerk's LEDs service.</returns>
 /// 
 /// <remarks>For the list of possible exceptions, see documentation to
 /// <see cref="Qwerk.Leds(Qwerk)"/>.</remarks>
 /// 
 public Qwerk.Leds GetLedsService( )
 {
     if ( leds == null )
     {
         leds = new Leds( this );
     }
     return leds;
 }