 | ISerialPortClientSendWait(Byte, Int32) 方法 |
发送等待结果
命名空间: AT.Librarys.Container.Toolkit.Communication程序集: AT.Librarys.Container (在 AT.Librarys.Container.dll 中) 版本:23.7.2405.1017 (23.07.2405.1017)
语法byte[] SendWait(
byte[] content,
int waitTimeOut = 300
)
参数
- content Byte
- 发送内容
- waitTimeOut Int32 (Optional)
- 等待超时,默认3000毫秒
返回值
Byte
参见