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

📄 rfc1759.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
    ::= { prtOutput 2 }prtOutputEntry OBJECT-TYPE    SYNTAX     PrtOutputEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Attributes of a device capable of receiving media delivered        from the printing process.        Entries may exist in the table for each device        index who's device type is `printer'."    INDEX  { hrDeviceIndex, prtOutputIndex }    ::= { prtOutputTable 1 }PrtOutputEntry ::= SEQUENCE {        prtOutputIndex                    Integer32,        prtOutputType                     INTEGER,        prtOutputCapacityUnit             CapacityUnit,        prtOutputMaxCapacity              Integer32,        prtOutputRemainingCapacity        Integer32,        prtOutputStatus                   SubUnitStatus,        prtOutputName                     OCTET STRING,        prtOutputVendorName               OCTET STRING,        prtOutputModel                    OCTET STRING,        prtOutputVersion                  OCTET STRING,        prtOutputSerialNumber             OCTET STRING,        prtOutputDescription              OCTET STRING,        prtOutputSecurity                 PresentOnOff,        prtOutputDimUnit                  MediaUnit,        prtOutputMaxDimFeedDir            Integer32,        prtOutputMaxDimXFeedDir           Integer32,        prtOutputMinDimFeedDir            Integer32,        prtOutputMinDimXFeedDir           Integer32,        prtOutputStackingOrder            INTEGER,        prtOutputPageDeliveryOrientation  INTEGER,        prtOutputBursting                 PresentOnOff,        prtOutputDecollating              PresentOnOff,        prtOutputPageCollated             PresentOnOff,        prtOutputOffsetStacking           PresentOnOff}prtOutputIndex OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "A unique value used by this printer to identify this        output sub-unit. Although these values may change due        to a major reconfiguration of the sub-unit (e.g.  the        addition of new output devices to the printer), values        are expected to remain stable across successive printer        power cycles."    ::= { prtOutputEntry 1 }prtOutputType OBJECT-TYPE    -- This value is a type 2 enumeration    SYNTAX     INTEGER {                   other(1),                   unknown(2),                   removableBin(3),                   unRemovableBin(4),                   continuousRollDevice(5),                   mailBox(6),                   continuousFanFold(7)               }    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The type of technology supported by this output sub-unit."    ::= { prtOutputEntry 2 }prtOutputCapacityUnit OBJECT-TYPE    SYNTAX     CapacityUnit    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The unit of measurement for use in calculating and relaying        capacity values for this output sub-unit."    ::= { prtOutputEntry 3 }prtOutputMaxCapacity OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The maximum capacity of this output sub-unit in output        sub-unit capacity units (CapacityUnit). There is no        convention associated with the media itself so this value        essentially reflects claimed capacity. If this output        sub-unit can reliably sense this value, the value is        sensed by the printer and may not be changed by management        requests; otherwise, the value may be written        (by a Remote Contol Panel or a Management Application).        The value (-1) means other and specifically indicates        that the sub-unit places no restrictions on this parameter.        The value (-2) means unknown."    ::= { prtOutputEntry 4 }prtOutputRemainingCapacity OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The remaining capacity of the possible output sub-unit        capacity in output sub-unit capacity units (CapacityUnit)        of this output sub-unit. If this output sub-unit can        reliably sense this value, the value is sensed by the        printer and may not be modified by management requests;        otherwise, the value may be written (by        a Remote Contol Panel or a Management        Application).  The value (-1) means other and        specifically indicates that the sub-unit places no        restrictions on this parameter.  The value (-2) means        unknown.  The value (-3) means that the printer knows that        there remains capacity for at least one unit."    ::= { prtOutputEntry 5 }prtOutputStatus OBJECT-TYPE    SYNTAX     SubUnitStatus    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The current status of this output sub-unit."    ::= { prtOutputEntry 6 }--               OUTPUT MEASUREMENT----     _______ |                     | _______--      ^      |                     |      ^--      |      |                     |      |--      |      |                     | RemainingCapacity-- MaxCapacity |                     |      |--      |      |                     |      v               ^--      |      |_ _ _ _ _ _ _ _ _ _ _| ___________________  |direction--      |      |                     |                      |--      |      |  Sheets in output   |--      v      |                     |--     _______ +_____________________+-- The Extended Output Group---- This group is optional.  However, to claim conformance to this-- group, it is necessary to implement every object in the group.prtOutputName OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..63))    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The name assigned to this output sub-unit."    ::= { prtOutputEntry 7 }prtOutputVendorName OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..63))    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The vendor name of this output sub-unit."    ::= { prtOutputEntry 8 }prtOutputModel OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..63))    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The name assigned to this output sub-unit."    ::= { prtOutputEntry 9 }prtOutputVersion OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..63))    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The version of this output sub-unit."    ::= { prtOutputEntry 10 }prtOutputSerialNumber OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..63))    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The serial number assigned to this output sub-unit."    ::= { prtOutputEntry 11 }prtOutputDescription OBJECT-TYPE    SYNTAX     OCTET STRING (SIZE(0..255))    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "  A free-form text description of this output sub-unit in the        localization specified by prtGeneralCurrentLocalization."    ::= { prtOutputEntry 12 }prtOutputSecurity OBJECT-TYPE    SYNTAX     PresentOnOff    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "Indicates if this output sub-unit has some security associated        with it and if that security is enabled or not."    ::= { prtOutputEntry 13 }-- The Output Dimensions Group---- This group is optional.  However, to claim conformance to this-- group, it is necessary to implement every object in the group.prtOutputDimUnit OBJECT-TYPE    SYNTAX     MediaUnit    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The unit of measurement for use in calculating and relaying        dimensional values for this output sub-unit."    ::= { prtOutputEntry 14 }prtOutputMaxDimFeedDir OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The maximum dimensions supported by this output sub-unit        for measurements taken parallel relative to the feed        direction associated with that sub-unit in output        sub-unit dimensional units (DimUnit). If this output        sub-unit can reliably sense this value, the value is        sensed by the printer and may not be changed with        management protocol operations."    ::= { prtOutputEntry 15 }prtOutputMaxDimXFeedDir OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The maximum dimensions supported by this output sub-unit        for measurements taken ninety degrees relative to the        feed direction associated with that sub-unit in output        sub-unit dimensional units (DimUnit). If this output        sub-unit can reliably sense this value, the value is        sensed by the printer and may not be changed with        management protocol operations."    ::= { prtOutputEntry 16 }prtOutputMinDimFeedDir OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The minimum dimensions supported by this output sub-unit        for measurements taken parallel relative to the feed        direction associated with that sub-unit in output        sub-unit dimensional units (DimUnit).  If this output        sub-unit can reliably sense this value, the value is        sensed by the printer and may not be changed with        management protocol operations."    ::= { prtOutputEntry 17 }prtOutputMinDimXFeedDir OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The minimum dimensions supported by this output sub-unit        for measurements taken ninety degrees relative to the        feed direction associated with that sub-unit in output        sub-unit dimensional units (DimUnit). If this output        sub-unit can reliably sense this value, the value is        sensed by the printer and may not be changed with        management protocol operations."    ::= { prtOutputEntry 18 }-- The Output Features Group---- This group is optional.  However, to claim conformance to this-- group, it is necessary to implement every object in the group.prtOutputStackingOrder OBJECT-TYPE    --  This value is a type 1 enumeration    SYNTAX     INTEGER {                   unknown(2),                   firstToLast(3),                   lastToFirst(4)               }    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The current state of the stacking order for the        associated output sub-unit. `FirstToLast' means        that as pages are output the front of the next page is        placed against the back of the previous page.        `LasttoFirst' means that as pages are output the back        of the next page is placed against the front of the        previous page."    ::= { prtOutputEntry 19 }prtOutputPageDeliveryOrientation OBJECT-TYPE    --   This value is a type 1 enumeration    SYNTAX     INTEGER {                   faceUp(3),                   faceDown(4)               }    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The reading surface that will be `up' when pages are        delivered to the associated output sub-unit. Values are        Face-Up and Face-Down. (Note: interpretation of these        values is in general context-dependent based on locale;        presentation of these values to an end-user should be        normalized to the expectations of the user)."    ::= { prtOutputEntry 20 }prtOutputBursting OBJECT-TYPE    SYNTAX     PresentOnOff    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "This object indicates that the outputing sub-unit        supports bursting, and if so, whether the feature is enabled.        Bursting is the process by which continuous media is separated        into individual sheets, typically by bursting along pre-formed        perforations."    ::= { prtOutputEntry 21 }prtOutputDecollating OBJECT-TYPE    SYNTAX     PresentOnOff    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "This object indicates that the output supports        supports decollating, and if so, whether the feature        is enabled. Decollating is the process by which the        individual parts within a multi-part form are separated        and sorted into separate stacks for each part."    ::= { prtOutputEntry 22 }prtOutputPageCollated OBJECT-TYPE    SYNTAX     PresentOnOff    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "This object indicates that the output sub-unit        supports page collation, and if so, whether the feature is        enabled."    ::= { prtOutputEntry 23 }prtOutputOffsetStacking OBJECT-TYPE    SYNTAX     PresentOnOff    MAX-ACCESS read-write    STATUS     current    DESCRIPTION

⌨️ 快捷键说明

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