예제 #1
0
 /// <summary>
 /// Initialize serial handshake processing for slave device.
 /// </summary>
 /// <param name="slaveIndex">The index of the corresponding slave.</param>
 /// <returns>True if initialization was successful, false otherwise.</returns>
 public bool InitSerial(int slaveIndex)
 {
     return(EcHL.InitSerial(slaveIndex));
 }