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

📄 epcglobalreadermib.java

📁 关于 RFID 读写器的相关内容
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
  private MOTable             epcgAntReadPointEntry;
  private MOMutableTableModel epcgAntReadPointEntryModel;
  public static final OID oidEpcgIoPortEntry = 
    new OID(new int[] { 1,3,6,1,4,1,22695,1,1,1,4,1,1 });
    
  // Column sub-identifier definitions for epcgIoPortEntry:
  public static final int colEpcgIoPortName = 2;
  public static final int colEpcgIoPortAdminStatus = 3;
  public static final int colEpcgIoPortOperStatus = 4;
  public static final int colEpcgIoPortOperStatusNotifEnable = 5;
  public static final int colEpcgIoPortOperStatusNotifLevel = 6;
  public static final int colEpcgIoPortOperStatusNotifFromState = 7;
  public static final int colEpcgIoPortOperStatusNotifToState = 8;
  public static final int colEpcgIoPortDescription = 9;
  public static final int colEpcgIoPortOperStatusPrior = 10;
  public static final int colEpcgIoPortOperStateSuppressInterval = 11;
  public static final int colEpcgIoPortOperStateSuppressions = 12;

  // Column index definitions for epcgIoPortEntry:
  public static final int idxEpcgIoPortName = 0;
  public static final int idxEpcgIoPortAdminStatus = 1;
  public static final int idxEpcgIoPortOperStatus = 2;
  public static final int idxEpcgIoPortOperStatusNotifEnable = 3;
  public static final int idxEpcgIoPortOperStatusNotifLevel = 4;
  public static final int idxEpcgIoPortOperStatusNotifFromState = 5;
  public static final int idxEpcgIoPortOperStatusNotifToState = 6;
  public static final int idxEpcgIoPortDescription = 7;
  public static final int idxEpcgIoPortOperStatusPrior = 8;
  public static final int idxEpcgIoPortOperStateSuppressInterval = 9;
  public static final int idxEpcgIoPortOperStateSuppressions = 10;

  private static final MOTableSubIndex[] epcgIoPortEntryIndexes = 
    new MOTableSubIndex[] {
        moFactory.createSubIndex(SMIConstants.SYNTAX_INTEGER, 1, 1)  };

  private static final MOTableIndex epcgIoPortEntryIndex = 
      moFactory.createIndex(epcgIoPortEntryIndexes,
                            false,
                            new MOTableIndexValidator() {
    public boolean isValidIndex(OID index) {
      boolean isValidIndex = true;
     //--AgentGen BEGIN=epcgIoPortEntry::isValidIndex
     //--AgentGen END
      return isValidIndex;
    }
  });

  
  private MOTable             epcgIoPortEntry;
  private MOMutableTableModel epcgIoPortEntryModel;
  public static final OID oidEpcgSourceEntry = 
    new OID(new int[] { 1,3,6,1,4,1,22695,1,1,1,5,1,1 });
    
  // Column sub-identifier definitions for epcgSourceEntry:
  public static final int colEpcgSrcName = 2;
  public static final int colEpcgSrcReadCyclesPerTrigger = 3;
  public static final int colEpcgSrcReadDutyCycle = 4;
  public static final int colEpcgSrcReadTimeout = 5;
  public static final int colEpcgSrcGlimpsedTimeout = 6;
  public static final int colEpcgSrcObservedThreshold = 7;
  public static final int colEpcgSrcObservedTimeout = 8;
  public static final int colEpcgSrcLostTimeout = 9;
  public static final int colEpcgSrcUnknownToGlimpsedTrans = 10;
  public static final int colEpcgSrcGlimpsedToUnknownTrans = 11;
  public static final int colEpcgSrcGlimpsedToObservedTrans = 12;
  public static final int colEpcgSrcObservedToLostTrans = 13;
  public static final int colEpcgSrcLostToGlimpsedTrans = 14;
  public static final int colEpcgSrcLostToUnknownTrans = 15;
  public static final int colEpcgSrcAdminStatus = 16;
  public static final int colEpcgSrcOperStatus = 17;
  public static final int colEpcgSrcOperStatusNotifEnable = 18;
  public static final int colEpcgSrcOperStatusNotifFromState = 19;
  public static final int colEpcgSrcOperStatusNotifToState = 20;
  public static final int colEpcgSrcOperStatusNotifyLevel = 21;
  public static final int colEpcgSrcSupportsWriteOperations = 22;
  public static final int colEpcgSrcOperStatusPrior = 23;
  public static final int colEpcgSrcOperStateSuppressInterval = 24;
  public static final int colEpcgSrcOperStateSuppressions = 25;

  // Column index definitions for epcgSourceEntry:
  public static final int idxEpcgSrcName = 0;
  public static final int idxEpcgSrcReadCyclesPerTrigger = 1;
  public static final int idxEpcgSrcReadDutyCycle = 2;
  public static final int idxEpcgSrcReadTimeout = 3;
  public static final int idxEpcgSrcGlimpsedTimeout = 4;
  public static final int idxEpcgSrcObservedThreshold = 5;
  public static final int idxEpcgSrcObservedTimeout = 6;
  public static final int idxEpcgSrcLostTimeout = 7;
  public static final int idxEpcgSrcUnknownToGlimpsedTrans = 8;
  public static final int idxEpcgSrcGlimpsedToUnknownTrans = 9;
  public static final int idxEpcgSrcGlimpsedToObservedTrans = 10;
  public static final int idxEpcgSrcObservedToLostTrans = 11;
  public static final int idxEpcgSrcLostToGlimpsedTrans = 12;
  public static final int idxEpcgSrcLostToUnknownTrans = 13;
  public static final int idxEpcgSrcAdminStatus = 14;
  public static final int idxEpcgSrcOperStatus = 15;
  public static final int idxEpcgSrcOperStatusNotifEnable = 16;
  public static final int idxEpcgSrcOperStatusNotifFromState = 17;
  public static final int idxEpcgSrcOperStatusNotifToState = 18;
  public static final int idxEpcgSrcOperStatusNotifyLevel = 19;
  public static final int idxEpcgSrcSupportsWriteOperations = 20;
  public static final int idxEpcgSrcOperStatusPrior = 21;
  public static final int idxEpcgSrcOperStateSuppressInterval = 22;
  public static final int idxEpcgSrcOperStateSuppressions = 23;

  private static final MOTableSubIndex[] epcgSourceEntryIndexes = 
    new MOTableSubIndex[] {
        moFactory.createSubIndex(SMIConstants.SYNTAX_INTEGER, 1, 1)  };

  private static final MOTableIndex epcgSourceEntryIndex = 
      moFactory.createIndex(epcgSourceEntryIndexes,
                            false,
                            new MOTableIndexValidator() {
    public boolean isValidIndex(OID index) {
      boolean isValidIndex = true;
     //--AgentGen BEGIN=epcgSourceEntry::isValidIndex
     //--AgentGen END
      return isValidIndex;
    }
  });

  
  private MOTable             epcgSourceEntry;
  private MOMutableTableModel epcgSourceEntryModel;
  public static final OID oidEpcgRdPntSrcEntry = 
    new OID(new int[] { 1,3,6,1,4,1,22695,1,1,1,5,3,1 });
    
  // Column sub-identifier definitions for epcgRdPntSrcEntry:
  public static final int colEpcgRdPntSrcRowStatus = 1;

  // Column index definitions for epcgRdPntSrcEntry:
  public static final int idxEpcgRdPntSrcRowStatus = 0;

  private static final MOTableSubIndex[] epcgRdPntSrcEntryIndexes = 
    new MOTableSubIndex[] {
        moFactory.createSubIndex(SMIConstants.SYNTAX_INTEGER, 1, 1),
        moFactory.createSubIndex(SMIConstants.SYNTAX_INTEGER, 1, 1)  };

  private static final MOTableIndex epcgRdPntSrcEntryIndex = 
      moFactory.createIndex(epcgRdPntSrcEntryIndexes,
                            false,
                            new MOTableIndexValidator() {
    public boolean isValidIndex(OID index) {
      boolean isValidIndex = true;
     //--AgentGen BEGIN=epcgRdPntSrcEntry::isValidIndex
     //--AgentGen END
      return isValidIndex;
    }
  });

  
  private MOTable             epcgRdPntSrcEntry;
  private MOMutableTableModel epcgRdPntSrcEntryModel;
  public static final OID oidEpcgNotifChanSrcEntry = 
    new OID(new int[] { 1,3,6,1,4,1,22695,1,1,1,5,4,1 });
    
  // Column sub-identifier definitions for epcgNotifChanSrcEntry:
  public static final int colEpcgNotifChanSrcRowStatus = 1;

  // Column index definitions for epcgNotifChanSrcEntry:
  public static final int idxEpcgNotifChanSrcRowStatus = 0;

  private static final MOTableSubIndex[] epcgNotifChanSrcEntryIndexes = 
    new MOTableSubIndex[] {
        moFactory.createSubIndex(SMIConstants.SYNTAX_INTEGER, 1, 1),
        moFactory.createSubIndex(SMIConstants.SYNTAX_INTEGER, 1, 1)  };

  private static final MOTableIndex epcgNotifChanSrcEntryIndex = 
      moFactory.createIndex(epcgNotifChanSrcEntryIndexes,
                            false,
                            new MOTableIndexValidator() {
    public boolean isValidIndex(OID index) {
      boolean isValidIndex = true;
     //--AgentGen BEGIN=epcgNotifChanSrcEntry::isValidIndex
     //--AgentGen END
      return isValidIndex;
    }
  });

  
  private MOTable             epcgNotifChanSrcEntry;
  private MOMutableTableModel epcgNotifChanSrcEntryModel;
  public static final OID oidEpcgNotificationChannelEntry = 
    new OID(new int[] { 1,3,6,1,4,1,22695,1,1,1,6,1,1 });
    
  // Column sub-identifier definitions for epcgNotificationChannelEntry:
  public static final int colEpcgNotifChanName = 2;
  public static final int colEpcgNotifChanAddressType = 3;
  public static final int colEpcgNotifChanAddress = 4;
  public static final int colEpcgNotifChanLastAttempt = 5;
  public static final int colEpcgNotifChanLastSuccess = 6;
  public static final int colEpcgNotifChanAdminStatus = 7;
  public static final int colEpcgNotifChanOperStatus = 8;
  public static final int colEpcgNotifChanOperNotifEnable = 9;
  public static final int colEpcgNotifChanOperNotifLevel = 10;
  public static final int colEpcgNotifChanOperNotifFromState = 11;
  public static final int colEpcgNotifChanOperNotifToState = 12;
  public static final int colEpcgNotifChanOperStatusPrior = 13;
  public static final int colEpcgNotifChanOperStateSuppressInterval = 14;
  public static final int colEpcgNotifChanOperStateSuppressions = 15;

  // Column index definitions for epcgNotificationChannelEntry:
  public static final int idxEpcgNotifChanName = 0;
  public static final int idxEpcgNotifChanAddressType = 1;
  public static final int idxEpcgNotifChanAddress = 2;
  public static final int idxEpcgNotifChanLastAttempt = 3;
  public static final int idxEpcgNotifChanLastSuccess = 4;
  public static final int idxEpcgNotifChanAdminStatus = 5;
  public static final int idxEpcgNotifChanOperStatus = 6;
  public static final int idxEpcgNotifChanOperNotifEnable = 7;
  public static final int idxEpcgNotifChanOperNotifLevel = 8;
  public static final int idxEpcgNotifChanOperNotifFromState = 9;
  public static final int idxEpcgNotifChanOperNotifToState = 10;
  public static final int idxEpcgNotifChanOperStatusPrior = 11;
  public static final int idxEpcgNotifChanOperStateSuppressInterval = 12;
  public static final int idxEpcgNotifChanOperStateSuppressions = 13;

  private static final MOTableSubIndex[] epcgNotificationChannelEntryIndexes = 
    new MOTableSubIndex[] {
        moFactory.createSubIndex(SMIConstants.SYNTAX_INTEGER, 1, 1)  };

  private static final MOTableIndex epcgNotificationChannelEntryIndex = 
      moFactory.createIndex(epcgNotificationChannelEntryIndexes,
                            false,
                            new MOTableIndexValidator() {
    public boolean isValidIndex(OID index) {
      boolean isValidIndex = true;
     //--AgentGen BEGIN=epcgNotificationChannelEntry::isValidIndex
     //--AgentGen END
      return isValidIndex;
    }
  });

  
  private MOTable             epcgNotificationChannelEntry;
  private MOMutableTableModel epcgNotificationChannelEntryModel;
  public static final OID oidEpcgTriggerEntry = 
    new OID(new int[] { 1,3,6,1,4,1,22695,1,1,1,7,1,1 });
    
  // Column sub-identifier definitions for epcgTriggerEntry:
  public static final int colEpcgTrigName = 2;
  public static final int colEpcgTrigType = 3;
  public static final int colEpcgTrigParameters = 4;
  public static final int colEpcgTriggerMatches = 5;
  public static final int colEpcgTrigIoPort = 6;

  // Column index definitions for epcgTriggerEntry:
  public static final int idxEpcgTrigName = 0;
  public static final int idxEpcgTrigType = 1;
  public static final int idxEpcgTrigParameters = 2;
  public static final int idxEpcgTriggerMatches = 3;
  public static final int idxEpcgTrigIoPort = 4;

  private static final MOTableSubIndex[] epcgTriggerEntryIndexes = 
    new MOTableSubIndex[] {
        moFactory.createSubIndex(SMIConstants.SYNTAX_INTEGER, 1, 1)  };

  private static final MOTableIndex epcgTriggerEntryIndex = 
      moFactory.createIndex(epcgTriggerEntryIndexes,
                            false,
                            new MOTableIndexValidator() {
    public boolean isValidIndex(OID index) {
      boolean isValidIndex = true;
     //--AgentGen BEGIN=epcgTriggerEntry::isValidIndex
     //--AgentGen END
      return isValidIndex;
    }
  });

  
  private MOTable             epcgTriggerEntry;
  private MOMutableTableModel epcgTriggerEntryModel;
  public static final OID oidEpcgNotifTrigEntry = 
    new OID(new int[] { 1,3,6,1,4,1,22695,1,1,1,7,2,1 });
    

⌨️ 快捷键说明

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