mbusrtuovertcpmasterprotocol.pas
来自「ModBus Communications Libraries for Delp」· PAS 代码 · 共 50 行
PAS
50 行
(**
* @internal
* @file MbusRtuOverTcpMasterProtocol.pas
*
* @if NOTICE
*
* $Id: MbusRtuOverTcpMasterProtocol.pas,v 1.1 2005/07/14 05:53:07 henrik Exp $
*
* Copyright (c) 2005 FOCUS Software Engineering Pty Ltd, Australia.
* All rights reserved. <www.focus-sw.com>
*
* USE OF THIS SOFTWARE IS GOVERNED BY THE TERMS AND CONDITIONS OF A
* SEPARATE LICENSE STATEMENT AND LIMITED WARRANTY.
*
* IN PARTICULAR, YOU WILL INDEMNIFY AND HOLD FOCUS SOFTWARE ENGINEERING,
* ITS RELATED COMPANIES AND ITS SUPPLIERS, HARMLESS FROM AND AGAINST ANY
* CLAIMS OR LIABILITIES ARISING OUT OF THE USE, REPRODUCTION, OR
* DISTRIBUTION OF YOUR PROGRAMS, INCLUDING ANY CLAIMS OR LIABILITIES
* ARISING OUT OF OR RESULTING FROM THE USE, MODIFICATION, OR DISTRIBUTION
* OF PROGRAMS OR FILES CREATED FROM, BASED ON, AND/OR DERIVED FROM THIS
* SOURCE CODE FILE.
*
* @endif
*)
unit MbusRtuOverTcpMasterProtocol;
(*****************************************************************************
* Interface
*****************************************************************************)
interface
uses
Classes,
MbusTcpMasterProtocol;
(*****************************************************************************
* MbusRtuOverTcpMasterProtocol class declaration
*****************************************************************************)
(**
* Encapsulated Modbus RTU Master Protocol class
*
* This class realises the Encapsulated Modbus RTU master protocol.
* This protocol is also known as RTU over TCP or RTU/IP and used for
* example by ISaGraf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?