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

📄 panelxmx3gcontrol_tlb.pas

📁 NXP 芯片 Delphi 开发包. 做RFID用的.
💻 PAS
📖 第 1 页 / 共 5 页
字号:
unit PanelXMX3GControl_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-15 18:42:53 from Type Library described below.

// ************************************************************************  //
// Type Lib: D:\Program Files\Common Files\INSIDE Contactless\PanelXMX3GControl.ocx (1)
// LIBID: {91B8F936-353C-43AB-83D4-F2C829BB948A}
// LCID: 0
// Helpfile: 
// HelpString: PanelXMX3GControl (MX 3G Library)
// 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
  PanelXMX3GControlMajorVersion = 1;
  PanelXMX3GControlMinorVersion = 0;

  LIBID_PanelXMX3GControl: TGUID = '{91B8F936-353C-43AB-83D4-F2C829BB948A}';

  IID_IPanelXMX3G: TGUID = '{CF224775-88B3-4A24-B516-7FA1ADD77898}';
  DIID_IPanelXMX3GEvents: TGUID = '{280A4C93-85F4-4A23-A660-09E000BE60AA}';
  CLASS_PanelXMX3G: TGUID = '{E2C4633D-AA76-4C02-A747-DEAFA7C77594}';

// *********************************************************************//
// Declaration of Enumerations defined in Type Library                    
// *********************************************************************//
// Constants for enum TxMxKeyManaging
type
  TxMxKeyManaging = TOleEnum;
const
  mkmLoad = $00000000;
  mkmDelete = $00000001;

// 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;
  mkDownload = $00000018;
  mkNoAuth = $00000019;
  mkCurrentKey = $0000001A;

// Constants for enum TxMxKeyLoadingMode
type
  TxMxKeyLoadingMode = TOleEnum;
const
  mklmXorKe = $00000000;
  mklmXorKo = $00000001;
  mklmDESKe = $00000002;
  mklmDESKo = $00000003;
  mklmTripleDESEDEKo = $00000004;

// Constants for enum TxMxChipState
type
  TxMxChipState = TOleEnum;
const
  mcsErroneous = $00000000;
  mcsProbe = $00000001;
  mcsPerso = $00000002;
  mcsAppli = $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 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;
  mt0dInOutAuto = $00000005;

// 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
  mcsUnknown = $00000000;
  mcsSecured = $00000001;
  mcsNotSecured = $00000002;

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

// 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 TxMxProtocolIndex
type
  TxMxProtocolIndex = TOleEnum;
const
  mpiISO_14443_B_2 = $00000000;
  mpiISO_15693_2 = $00000001;
  mpiISO_14443_A_2 = $00000002;
  mpiUserProtocol = $00000003;
  mpiUnknown = $00000004;

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

// 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;
  mupISO_14443B_3_106k = $00000009;
  mupISO_14443B_3_424k = $0000000A;
  mupFelicaTM = $0000000B;

// Constants for enum TxMxPageKey
type

⌨️ 快捷键说明

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