Unit WestASCIIDriver
Uses
Constants
Description
Implmentation of West n6100 ASCII protocol driver.
:
*********************************************************************** 07/2013 - Moved OpenTagEditor to TagBuilderAssistant to remove form dependencies ***********************************************************************
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record TParameter |
|
Record TScanTime |
|
Record TWestRegister |
|
Record TWestDevice |
|
Record TScanTableReg |
|
Record TScanTable |
|
Class TWestASCIIDriver |
Functions and Procedures
procedure SetTagBuilderToolForWest6100Protocol(TagBuilderTool:TOpenTagEditor); |
Types
TWestRegisters = array[$00..$1b] of TWestRegister; |
TWestAddressRange = 0..99; |
TWestDevices = array of TWestDevice; |
Variables
ParameterList:array[$00..$1b] of TParameter; |
Description
Functions and Procedures
procedure SetTagBuilderToolForWest6100Protocol(TagBuilderTool:TOpenTagEditor); |
Types
TWestRegisters = array[$00..$1b] of TWestRegister; |
: List all West n6100 registers. |
TWestAddressRange = 0..99; |
: Identifies the address range of West n6100. |
TWestDevices = array of TWestDevice; |
: Identifies a set of West n6100 devices. |
Variables
ParameterList:array[$00..$1b] of TParameter; |
Authors
- Juanjo Montero <[email protected]>
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.