Crestron cen-io Manual Do Utilizador

Página de 36
Crestron CEN-IO 
Ethernet Input/Output Module
 
relayDescr OBJECT-TYPE 
    SYNTAX  DisplayString (SIZE (0..255)) 
    ACCESS  read-write 
    STATUS  mandatory 
    DESCRIPTION 
            "A textual string containing information about the relay." 
    ::= { relayEntry 2 } 
 
relayState OBJECT-TYPE 
    SYNTAX  INTEGER 
    ACCESS  read-write 
    STATUS  mandatory 
    DESCRIPTION 
            "The current operational state of the relay (0=Open,1=Closed)." 
    ::= { relayEntry 3 } 
 
 
-- the versiport group 
 
versiportNumber OBJECT-TYPE 
    SYNTAX  INTEGER 
    ACCESS  read-only 
    STATUS  mandatory 
    DESCRIPTION 
            "The number of versiports in this system." 
    ::= { versiport 1 } 
 
-- the versiport table 
 
versiportTable OBJECT-TYPE 
    SYNTAX  SEQUENCE OF VersiportEntry 
    ACCESS  not-accessible 
    STATUS  mandatory 
    DESCRIPTION 
            "A list of versiport entries.  The number of entries is given by 
            the value of versiportNumber." 
    ::= { versiport 2 } 
 
versiportEntry OBJECT-TYPE 
    SYNTAX  VersiportEntry 
    ACCESS  not-accessible 
    STATUS  mandatory 
    DESCRIPTION 
            "A versiport entry containing objects the describe a versiport 
instance." 
    INDEX   { versiportIndex } 
    ::= { versiportTable 1 } 
 
VersiportEntry ::= 
    SEQUENCE { 
        versiportIndex 
            INTEGER, 
        versiportDescr 
Operations Guide - DOC. 5718 
Appendix  
  25