Exemplo n.º 1
0
 /// <summary>
 /// Checks if the die is connected and authenticated
 /// </summary>
 /// <returns>
 /// true, if the die is authenticated; false otherwise.
 /// </returns>
 public bool     hasConnectionEstabilished()
 {
     return(dpc.hasConnectionEstabilished(this));
 }