Esempio n. 1
0
 /// <summary>
 /// Turn the LEGO LightSensor spotlight on or off.
 /// </summary>
 public Spotlight(SpotlightRequest body, PortSet <DefaultUpdateResponseType, Fault> responsePort)
     : base(body, responsePort)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Turn the LEGO LightSensor spotlight on or off.
 /// </summary>
 public Spotlight(SpotlightRequest body)
     : base(body)
 {
 }