Skip to content

Commit

Permalink
增加SerialPortErrorProcess描述
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxinpro committed Mar 21, 2019
1 parent 53f69ce commit 0148e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SerialPortHelperTest/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ private void SerialPortDataReceivedProcess(object sender, byte[] arrData)
/// <summary>
/// 串口错误事件
/// </summary>
/// <param name="sender">串口助手类对象</param>
/// <param name="enumError">错误枚举</param>
/// <param name="strError">错误内容</param>
private void SerialPortErrorProcess(object sender, enumSerialError enumError, string strError)
Expand Down

0 comments on commit 0148e76

Please sign in to comment.