⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mbusrtuovertcpmasterprotocol.pas

📁 ModBus Communications Libraries for Delphi
💻 PAS
字号:
(**
 * @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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -