Exemplo n.º 1
0
 /// <summary>
 /// Gets number of leds die has.
 /// </summary>
 /// <returns>
 /// number of leds, null when die has not yet connected and authenticated connection
 /// </returns>
 public int?getLedCount()
 {
     return(dpc.getLedCount(this));
 }