Esempio n. 1
0
 /// <summary>
 /// Close serial handshake processing for slave device.
 /// </summary>
 /// <param name="slaveIndex">The index of the corresponding slave.</param>
 /// <returns>True if close was successful, false otherwise.</returns>
 public bool CloseSerial(int slaveIndex)
 {
     return(EcHL.CloseSerial(slaveIndex));
 }