| 接口 | 说明 |
|---|---|
| IDataTransfer |
用于PLC通讯及Modbus自定义数据类型的读写操作
|
| 类 | 说明 |
|---|---|
| ActionOperate |
空操作的类
|
| ActionOperateExOne<T> |
带一个参数对象的操作类
|
| ActionOperateExThree<T1,T2,T3> |
带三个参数的类型对象
|
| ActionOperateExTwo<T1,T2> |
带二个参数对象的操作类
|
| AsciiControl |
控制型的ascii资源信息
Controlled ascii resource information |
| BitConverter | |
| Convert | |
| FunctionOperate<R> |
一个匿名的委托对象,包含了一个action方法,将返回指定的类型
An anonymous delegate object, including an action method, will return the specified type |
| FunctionOperateExFour<T1,T2,T3,T4,R> |
一个匿名的委托对象,包含了一个action方法,传入四对象,然后返回指定的类型
An anonymous delegate object, including an action method, passing in four objects, and then returning the specified type |
| FunctionOperateExOne<T,R> |
一个匿名的委托对象,包含了一个action方法,传入一个对象,然后返回指定的类型
An anonymous delegate object, including an action method, passing in an object, and then returning the specified type |
| FunctionOperateExThree<T1,T2,T3,R> |
一个匿名的委托对象,包含了一个action方法,传入三个对象,然后返回指定的类型
An anonymous delegate object, including an action method, passing in three objects, and then returning the specified type |
| FunctionOperateExTwo<T1,T2,R> |
一个匿名的委托对象,包含了一个action方法,传入两个对象,然后返回指定的类型
An anonymous delegate object, including an action method, passing in two objects, and then returning the specified type |
| HslExtension | |
| HslHelper | |
| HslTimeOut | |
| MemoryStream | |
| OperateResult |
一个结果操作类的基类
|
| OperateResultExFour<T1,T2,T3,T4> |
带三个参数的泛型类对象
|
| OperateResultExOne<T> |
带一个参数的结果类对象
|
| OperateResultExThree<T1,T2,T3> |
带三个参数的泛型类对象
|
| OperateResultExTwo<T1,T2> |
带2个参数的结果类
|
| 异常错误 | 说明 |
|---|---|
| RemoteCloseException |
远程对象关闭的异常信息
Exception information of remote object close |
Copyright © 2022. All rights reserved.