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

📄 panelxmxcontrol_tlb.pas

📁 NXP 芯片 Delphi 开发包. 做RFID用的.
💻 PAS
📖 第 1 页 / 共 5 页
字号:
unit PanelXMXControl_TLB;

// ************************************************************************ //
// WARNING                                                                    
// -------                                                                    
// The types declared in this file were generated from data read from a       
// Type Library. If this type library is explicitly or indirectly (via        
// another type library referring to this type library) re-imported, or the   
// 'Refresh' command of the Type Library Editor activated while editing the   
// Type Library, the contents of this file will be regenerated and all        
// manual modifications will be lost.                                         
// ************************************************************************ //

// $Rev: 5081 $
// File generated on 2007-10-22 13:41:26 from Type Library described below.

// ************************************************************************  //
// Type Lib: E:\PFS\INSIDE Contactless\XMX\PanelXMXControl.tlb (1)
// LIBID: {E8ED6161-E84A-11D3-9347-00105AF62F28}
// LCID: 0
// Helpfile: 
// HelpString: PanelXMXControl (biblioth鑡ue)
// DepndLst: 
//   (1) v2.0 stdole, (D:\WINDOWS\system32\stdole2.tlb)
// ************************************************************************ //
// *************************************************************************//
// NOTE:                                                                      
// Items guarded by $IFDEF_LIVE_SERVER_AT_DESIGN_TIME are used by properties  
// which return objects that may need to be explicitly created via a function 
// call prior to any access via the property. These items have been disabled  
// in order to prevent accidental use from within the object inspector. You   
// may enable them by defining LIVE_SERVER_AT_DESIGN_TIME or by selectively   
// removing them from the $IFDEF blocks. However, such items must still be    
// programmatically created via a method of the appropriate CoClass before    
// they can be used.                                                          
{$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers. 
{$WARN SYMBOL_PLATFORM OFF}
{$WRITEABLECONST ON}
{$VARPROPSETTER ON}
interface

uses Windows, ActiveX, Classes, Graphics, OleCtrls, OleServer, StdVCL, Variants;
  


// *********************************************************************//
// GUIDS declared in the TypeLibrary. Following prefixes are used:        
//   Type Libraries     : LIBID_xxxx                                      
//   CoClasses          : CLASS_xxxx                                      
//   DISPInterfaces     : DIID_xxxx                                       
//   Non-DISP interfaces: IID_xxxx                                        
// *********************************************************************//
const
  // TypeLibrary Major and minor versions
  PanelXMXControlMajorVersion = 1;
  PanelXMXControlMinorVersion = 0;

  LIBID_PanelXMXControl: TGUID = '{E8ED6161-E84A-11D3-9347-00105AF62F28}';

  IID_IPanelXMX: TGUID = '{E8ED6162-E84A-11D3-9347-00105AF62F28}';
  DIID_IPanelXMXEvents: TGUID = '{E8ED6164-E84A-11D3-9347-00105AF62F28}';
  CLASS_PanelXMX: TGUID = '{E8ED6166-E84A-11D3-9347-00105AF62F28}';

// *********************************************************************//
// Declaration of Enumerations defined in Type Library                    
// *********************************************************************//
// Constants for enum TxMxKey
type
  TxMxKey = TOleEnum;
const
  mkKe = $00000000;
  mkKd = $00000001;
  mkKc = $00000002;
  mkKd2 = $00000003;
  mkKc2 = $00000004;
  mkKd3 = $00000005;
  mkKc3 = $00000006;
  mkKd4 = $00000007;
  mkKc4 = $00000008;
  mkKd5 = $00000009;
  mkKc5 = $0000000A;
  mkKd6 = $0000000B;
  mkKc6 = $0000000C;
  mkKd7 = $0000000D;
  mkKc7 = $0000000E;
  mkKd8 = $0000000F;
  mkKc8 = $00000010;
  mkKdt = $00000011;
  mkLimit = $00000012;
  mkPIN = $00000013;
  mkHost = $00000014;
  mkLimitValue = $00000015;
  mkPINValue = $00000016;
  mkPassword = $00000017;
  mkNoAuth = $00000018;
  mkCurrentKey = $00000019;

// Constants for enum TxMxSpeed
type
  TxMxSpeed = TOleEnum;
const
  msUnknown = $00000000;
  ms9600 = $00000001;
  ms19200 = $00000002;
  ms38400 = $00000003;
  ms57600 = $00000004;
  ms115200 = $00000005;

// Constants for enum TxMxType
type
  TxMxType = TOleEnum;
const
  mtUnknown = $00000000;
  mtM200 = $00000001;
  mtM210 = $00000002;

// Constants for enum TxMxModulation
type
  TxMxModulation = TOleEnum;
const
  mmUnknown = $00000000;
  mm100pc = $00000001;
  mm10pc = $00000002;

// Constants for enum TxMxInstructionCoding
type
  TxMxInstructionCoding = TOleEnum;
const
  micISO_14443_15693_1_2_SYNC = $00000000;
  micISO_15693_2_SUB = $00000001;
  micISO_15693_1_4_SYNC = $00000002;
  micISO_15693_1_4_ASYNC = $00000003;

// Constants for enum TxMxInstructionKey
type
  TxMxInstructionKey = TOleEnum;
const
  mikKd = $00000000;
  mikKc = $00000001;

// Constants for enum TxAlignment
type
  TxAlignment = TOleEnum;
const
  taLeftJustify = $00000000;
  taRightJustify = $00000001;
  taCenter = $00000002;

// Constants for enum TxBiDiMode
type
  TxBiDiMode = TOleEnum;
const
  bdLeftToRight = $00000000;
  bdRightToLeft = $00000001;
  bdRightToLeftNoAlign = $00000002;
  bdRightToLeftReadingOnly = $00000003;

// Constants for enum TxMxChipProduct
type
  TxMxChipProduct = TOleEnum;
const
  mcpErroneous = $00000000;
  mcpC150H512 = $00000001;
  mcpC150H512S = $00000002;
  mcpC150H2K = $00000003;
  mcpC150H2KS = $00000004;
  mcpC110H512S = $00000005;
  mcpC110H2KS = $00000006;

// Constants for enum TxMxChipState
type
  TxMxChipState = TOleEnum;
const
  mcsErroneous = $00000000;
  mcsProbe = $00000001;
  mcsPerso = $00000002;
  mcsAppli = $00000003;

// Constants for enum TxMxChipEAS
type
  TxMxChipEAS = TOleEnum;
const
  mce11111111Inactive = $00000000;
  mce01111111Active = $00000001;
  mce00111111Inactive = $00000002;
  mce00011111Active = $00000003;
  mce00001111Inactive = $00000004;
  mce00000111Active = $00000005;
  mce00000011Inactive = $00000006;
  mce00000001Active = $00000007;
  mce00000000Inactive = $00000008;

// Constants for enum TxMxISO7816T0Direction
type
  TxMxISO7816T0Direction = TOleEnum;
const
  mt0dNone = $00000000;
  mt0dIn = $00000001;
  mt0dOut = $00000002;
  mt0dInOut = $00000003;
  mt0dInOutReal = $00000004;

// Constants for enum TxMxChipCoding
type
  TxMxChipCoding = TOleEnum;
const
  mccISO_15693_10 = $00000000;
  mccISO_15693_100 = $00000001;
  mccISO_14443_A = $00000002;

// Constants for enum TxMxChipSecurity
type
  TxMxChipSecurity = TOleEnum;
const
  mcsNone = $00000000;
  mcsReadWrite = $00000001;
  mcsReadOnly = $00000002;

// Constants for enum TxMxChipMemSize
type
  TxMxChipMemSize = TOleEnum;
const
  mcmsErroneous = $00000000;
  mcms512 = $00000001;
  mcms2K = $00000002;
  mcms16K = $00000003;

// Constants for enum TxMxProtocolIndex
type
  TxMxProtocolIndex = TOleEnum;
const
  mpiISO_14443_B_2 = $00000000;
  mpiISO_15693_2 = $00000001;
  mpiISO_14443_A_2 = $00000002;
  mpiUserProtocol = $00000003;

// Constants for enum TxMxRead
type
  TxMxRead = TOleEnum;
const
  mrAutomatic = $00000000;
  mrSingle = $00000001;
  mrRead4 = $00000002;

// Constants for enum TxMxUserProtocol
type
  TxMxUserProtocol = TOleEnum;
const
  mupUnknown = $00000000;
  mupISO_15693_2_10pc = $00000001;
  mupISO_15693_2_100pc = $00000002;
  mupISO_15693_3_10pc = $00000003;
  mupISO_15693_3_100pc = $00000004;
  mupISO_14443A_2 = $00000005;
  mupISO_14443A_3 = $00000006;
  mupISO_14443B_2_106k = $00000007;
  mupISO_14443B_2_424k = $00000008;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -