| | |
| | | /// <param name="orderName"></param> |
| | | /// <returns></returns> |
| | | /// <exception cref="NotImplementedException"></exception> |
| | | public virtual DataType ReadByOrder<DataType>(string orderName) |
| | | public virtual DataType ReadByOrder<DataType>(string orderName, string Method = null) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public object ReadValues(string equipNum) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | /// <summary> |
| | | /// 鍐欏叆鏁版嵁锛屾牴鎹瓺B鍦板潃 |
| | | /// </summary> |
| | |
| | | /// <param name="value"></param> |
| | | /// <returns></returns> |
| | | /// <exception cref="NotImplementedException"></exception> |
| | | public virtual bool WriteByOrder(string orderName , object value) |
| | | public virtual bool WriteByOrder(string orderName, object value, string Method = null) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |