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

📄 rfc1317.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 2 页
字号:
       rs232SyncPortEntry OBJECT-TYPE           SYNTAX Rs232SyncPortEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Status and parameter values for a synchronous               port."           INDEX { rs232SyncPortIndex }           ::= { rs232SyncPortTable 1 }       Rs232SyncPortEntry ::=           SEQUENCE {               rs232SyncPortIndex                   INTEGER,               rs232SyncPortClockSource                   INTEGER,               rs232SyncPortFrameCheckErrs                   Counter,               rs232SyncPortTransmitUnderrunErrs                   Counter,               rs232SyncPortReceiveOverrunErrs                   Counter,               rs232SyncPortInterruptedFrames                   Counter,               rs232SyncPortAbortedFrames                   Counter           }       rs232SyncPortIndex OBJECT-TYPE           SYNTAX INTEGER           ACCESS read-only           STATUS mandatory           DESCRIPTION               "A unique value for each port.  Its value is the               same as rs232PortIndex for the port."           ::= { rs232SyncPortEntry 1 }       rs232SyncPortClockSource OBJECT-TYPE           SYNTAX INTEGER  { internal(1), external(2), split(3) }           ACCESS read-write           STATUS mandatory           DESCRIPTION               "Source of the port's bit rate clock. 'split' means               the tranmit clock is internal and the receive clock               is external."           ::= { rs232SyncPortEntry 2 }       rs232SyncPortFrameCheckErrs OBJECT-TYPE           SYNTAX Counter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Total number of frames with an invalid frame check               sequence, input from the port since system               re-initialization and while the port state was 'up'               or 'test'."           ::= { rs232SyncPortEntry 3 }       rs232SyncPortTransmitUnderrunErrs OBJECT-TYPE           SYNTAX Counter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Total number of frames that failed to be               transmitted on the port since system               re-initialization and while the port state was 'up'               or 'test' because data was not available to the               transmitter in time."           ::= { rs232SyncPortEntry 4 }       rs232SyncPortReceiveOverrunErrs OBJECT-TYPE           SYNTAX Counter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Total number of frames that failed to be received               on the port since system re-initialization and while               the port state was 'up' or 'test' because the               receiver did not accept the data in time."           ::= { rs232SyncPortEntry 5 }       rs232SyncPortInterruptedFrames OBJECT-TYPE           SYNTAX Counter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Total number of frames that failed to be received               or transmitted on the port due to loss of modem               signals since system re-initialization and while the               port state was 'up' or 'test'."           ::= { rs232SyncPortEntry 6 }       rs232SyncPortAbortedFrames OBJECT-TYPE           SYNTAX Counter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Number of frames aborted on the port due to               receiving an abort sequence since system               re-initialization and while the port state was 'up'               or 'test'."           ::= { rs232SyncPortEntry 7 }       -- the Input Signal table       rs232InSigTable OBJECT-TYPE           SYNTAX SEQUENCE OF Rs232InSigEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "A list of port input control signal entries."           ::= { rs232 5 }       rs232InSigEntry OBJECT-TYPE           SYNTAX Rs232InSigEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Input control signal status for a hardware port."           INDEX { rs232InSigPortIndex, rs232InSigName }           ::= { rs232InSigTable 1 }       Rs232InSigEntry ::=           SEQUENCE {               rs232InSigPortIndex                   INTEGER,               rs232InSigName                   INTEGER,               rs232InSigState                   INTEGER,               rs232InSigChanges                   Counter           }       rs232InSigPortIndex OBJECT-TYPE           SYNTAX INTEGER           ACCESS read-only           STATUS mandatory           DESCRIPTION               "The value of rs232PortIndex for the port to which               this entry belongs."           ::= { rs232InSigEntry 1 }       rs232InSigName OBJECT-TYPE           SYNTAX INTEGER { rts(1), cts(2), dsr(3), dtr(4), ri(5),                            dcd(6), sq(7), srs(8), srts(9),                            scts(10), sdcd(11) }           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Identification of a hardware signal, as follows:                   rts    Request to Send                   cts    Clear to Send                   dsr    Data Set Ready                   dtr    Data Terminal Ready                   ri     Ring Indicator                   dcd    Received Line Signal Detector                   sq     Signal Quality Detector                   srs    Data Signaling Rate Selector                   srts   Secondary Request to Send                   scts   Secondary Clear to Send                   sdcd   Secondary Received Line Signal Detector               "           REFERENCE               "EIA Standard RS-232-C, August 1969."           ::= { rs232InSigEntry 2 }       rs232InSigState OBJECT-TYPE           SYNTAX INTEGER { none(1), on(2), off(3) }           ACCESS read-only           STATUS mandatory           DESCRIPTION               "The current signal state."           ::= { rs232InSigEntry 3 }       rs232InSigChanges OBJECT-TYPE           SYNTAX Counter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "The number of times the signal has changed from               'on' to 'off' or from 'off' to 'on'."           ::= { rs232InSigEntry 4 }       -- the Output Signal table       rs232OutSigTable OBJECT-TYPE           SYNTAX SEQUENCE OF Rs232OutSigEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "A list of port output control signal entries."           ::= { rs232 6 }       rs232OutSigEntry OBJECT-TYPE           SYNTAX Rs232OutSigEntry           ACCESS not-accessible           STATUS mandatory           DESCRIPTION               "Output control signal status for a hardware port."           INDEX { rs232OutSigPortIndex, rs232OutSigName }           ::= { rs232OutSigTable 1 }       Rs232OutSigEntry ::=           SEQUENCE {               rs232OutSigPortIndex                   INTEGER,               rs232OutSigName                   INTEGER,               rs232OutSigState                   INTEGER,               rs232OutSigChanges                   Counter           }       rs232OutSigPortIndex OBJECT-TYPE           SYNTAX INTEGER           ACCESS read-only           STATUS mandatory           DESCRIPTION               "The value of rs232PortIndex for the port to which               this entry belongs."           ::= { rs232OutSigEntry 1 }       rs232OutSigName OBJECT-TYPE           SYNTAX INTEGER { rts(1), cts(2), dsr(3), dtr(4), ri(5),                            dcd(6), sq(7), srs(8), srts(9),                            scts(10), sdcd(11) }           ACCESS read-only           STATUS mandatory           DESCRIPTION               "Identification of a hardware signal, as follows:                   rts    Request to Send                   cts    Clear to Send                   dsr    Data Set Ready                   dtr    Data Terminal Ready                   ri     Ring Indicator                   dcd    Received Line Signal Detector                   sq     Signal Quality Detector                   srs    Data Signaling Rate Selector                   srts   Secondary Request to Send                   scts   Secondary Clear to Send                   sdcd   Secondary Received Line Signal Detector               "           REFERENCE               "EIA Standard RS-232-C, August 1969."           ::= { rs232OutSigEntry 2 }       rs232OutSigState OBJECT-TYPE           SYNTAX INTEGER { none(1), on(2), off(3) }           ACCESS read-only           STATUS mandatory           DESCRIPTION               "The current signal state."           ::= { rs232OutSigEntry 3 }       rs232OutSigChanges OBJECT-TYPE           SYNTAX Counter           ACCESS read-only           STATUS mandatory           DESCRIPTION               "The number of times the signal has changed from               'on' to 'off' or from 'off' to 'on'."           ::= { rs232OutSigEntry 4 }       END

⌨️ 快捷键说明

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