Exemple #1
0
 /// <summary>
 /// Gets software version.
 /// </summary>
 /// <returns>
 /// number representing software version, null when die has not yet connected and authenticated connection.
 /// </returns>
 public SoftwareVersion getSoftwareVersion()
 {
     return(dpc.getSoftwareVersion(this));
 }