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

📄 rfc1759.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
        "This object indicates that the output supports        supports offset stacking, and if so, whether the feature is        enabled."    ::= { prtOutputEntry 24 }-- The Marker Group---- A marker is the mechanism that produces marks on the print media.  The-- marker sub-units and their associated supplies are represented by the-- Marker Group in the model.  A printer can contain one or more marking-- mechanisms.  Some examples of multiple marker sub-units are: a printer-- with separate markers for normal and magnetic ink or an imagesetter-- that can output to both a proofing device and final film. Each marking-- device can have its own set of  characteristics associated with it,-- such as marking technology and resolution.---- Implementation of every object in this group is mandatory.prtMarker OBJECT IDENTIFIER ::= { printmib 10 }prtMarkerDefaultIndex OBJECT-TYPE    SYNTAX     Integer32 (1..65535)    MAX-ACCESS read-write    STATUS     current    DESCRIPTION        "The value of prtMarkerIndex  corresponding to the        default markersub-unit; that is, this object selects the        default marker."    ::= { prtGeneralEntry 8 }-- The printable area margins as listed below define an area of the print-- media which is guaranteed to be printable for all combinations of-- input, media paths, and interpreters for this marker.prtMarkerTable OBJECT-TYPE    SYNTAX     SEQUENCE OF PrtMarkerEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        ""    ::= { prtMarker 2 }prtMarkerEntry OBJECT-TYPE    SYNTAX     PrtMarkerEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Entries may exist in the table for each device        index who's device type is `printer'."    INDEX  { hrDeviceIndex, prtMarkerIndex }    ::= { prtMarkerTable 1 }PrtMarkerEntry ::= SEQUENCE {        prtMarkerIndex                  Integer32,        prtMarkerMarkTech               INTEGER,        prtMarkerCounterUnit            INTEGER,        prtMarkerLifeCount              Counter32,        prtMarkerPowerOnCount           Counter32,        prtMarkerProcessColorants       Integer32,        prtMarkerSpotColorants          Integer32,        prtMarkerAddressabilityUnit     INTEGER,        prtMarkerAddressabilityFeedDir  Integer32,        prtMarkerAddressabilityXFeedDir Integer32,        prtMarkerNorthMargin            Integer32,        prtMarkerSouthMargin            Integer32,        prtMarkerWestMargin             Integer32,        prtMarkerEastMargin             Integer32,        prtMarkerStatus                 SubUnitStatus}prtMarkerIndex OBJECT-TYPE    SYNTAX     Integer32 (1..65535)    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "A unique value used by the printer to identify this marking        SubUnitStatus.  Although these values may change due to a major        reconfiguration of the device (e.g. the addition of new marking        sub-units to the printer), values are expected to remain        stable across successive printer power cycles."    ::= { prtMarkerEntry 1 }prtMarkerMarkTech OBJECT-TYPE    -- This value is a type 2 enumeration    SYNTAX     INTEGER {                   other(1),                   unknown(2),                   electrophotographicLED(3),                   electrophotographicLaser(4),                   electrophotographicOther(5),                   impactMovingHeadDotMatrix9pin(6),                   impactMovingHeadDotMatrix24pin(7),                   impactMovingHeadDotMatrixOther(8),                   impactMovingHeadFullyFormed(9),                   impactBand(10),                   impactOther(11),                   inkjetAqueous(12),                   inkjetSolid(13),                   inkjetOther(14),                   pen(15),                   thermalTransfer(16),                   thermalSensitive(17),                   thermalDiffusion(18),                   thermalOther(19),                   electroerosion(20),                   electrostatic(21),                   photographicMicrofiche(22),                   photographicImagesetter(23),                   photographicOther(24),                   ionDeposition(25),                   eBeam(26),                   typesetter(27)               }    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The type of marking technology used for this marking sub-unit."    ::= { prtMarkerEntry 2 }prtMarkerCounterUnit OBJECT-TYPE    -- This value is a type 1 enumeration    SYNTAX     INTEGER {                   tenThousandthsOfInches(3),  -- .0001                   micrometers(4),                   characters(5),                   lines(6),                   impressions(7),                   sheets(8),                   dotRow(9),                   hours(11),                   feet(16),                   meters(17)               }    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The unit that will be used by the printer when reporting        counter values for this marking sub-unit.  The        time units of measure are provided for a device like a        strip recorder that does not or cannot track the physical        dimensions of the media and does not use characters,        lines or sheets."    ::= { prtMarkerEntry 3}prtMarkerLifeCount OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The count of the number of units of measure counted during        the life of printer using units of measure as specified by        CounterUnit."    ::= { prtMarkerEntry 4 }prtMarkerPowerOnCount OBJECT-TYPE    SYNTAX     Counter32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The count of the number of units of measure counted since the        equipment was most recently powered on using units of measure as        specified by CounterUnit."    ::= { prtMarkerEntry 5 }prtMarkerProcessColorants OBJECT-TYPE    SYNTAX     Integer32 (0..65535)    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of process colors supported by this marker.  A        process color of 1 implies monochrome.  The value of this        object and SpotColorants cannot both be 0.  Must be 0 or        greater."    ::= { prtMarkerEntry 6 }prtMarkerSpotColorants OBJECT-TYPE    SYNTAX     Integer32 (0..65535)    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of spot colors supported by this marker.  The        value of this object and ProcessColorants cannot        both be 0.  Must be 0 or greater."    ::= { prtMarkerEntry 7 }prtMarkerAddressabilityUnit OBJECT-TYPE    --   This value is a type 1 enumeration    SYNTAX     INTEGER {                   tenThousandthsOfInches(3),  -- .0001                   micrometers(4)               }    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The unit of measure of distances."    ::= { prtMarkerEntry 8 }prtMarkerAddressabilityFeedDir OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The  number of addressable marking positions in the feed        direction per 10000 units of measure specified by        AddressabilityUnit.  A value of (-1) implies 'other' or        'infinite' while a value of (-2) implies 'unknown'."    ::= { prtMarkerEntry 9 }prtMarkerAddressabilityXFeedDir OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The number of addressable marking positions in the cross        feed direction in 10000 units of measure specified by        AddressabilityUnit.  A value of (-1) implies 'other' or        'infinite' while a value of (-2) implies 'unknown'."    ::= { prtMarkerEntry 10 }prtMarkerNorthMargin OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The margin, in units identified by AddressabilityUnit,        from the leading edge of the medium as the medium flows        throught the marking engine with the side to be imaged        facing the observer. The leading edge is the North edge        and the other edges are defined by the normal compass        layout of  directions with the compass facing the        observer.  Printing within the area bounded by all four        margins is guaranteed for all interpreters.   The value        (-2) means unknown."    ::= { prtMarkerEntry 11 }prtMarkerSouthMargin OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The margin from the South edge  (see NorthMargin)        of the medium in units identified by        AddressabilityUnit.  Printing within the area bounded by        all four margins  is guaranteed for all interpreters.        The value (-2) means unknown."    ::= { prtMarkerEntry 12 }prtMarkerWestMargin OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The margin from the West edge (see NorthMargin) of the        medium in units identified by AddressabilityUnit.        Printing within the area bouned by all four margins is        guaranteed for all interpreters.   The value (-2) means        unknown."    ::= { prtMarkerEntry 13 }prtMarkerEastMargin OBJECT-TYPE    SYNTAX     Integer32    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The margin from the East edge (see NorthMargin) of the        medium in units identified by AddressabilityUnit.        Printing within the area bounded by all four margins is        guaranteed for all interpreters. The value (-2) means        unknown."    ::= { prtMarkerEntry 14 }prtMarkerStatus OBJECT-TYPE    SYNTAX     SubUnitStatus    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The current status of this marker sub-unit."        ::= { prtMarkerEntry 15 }-- The Marker Supplies Group---- This group is optional.  However, to claim conformance to this-- group, it is necessary to implement every object in the group.prtMarkerSupplies OBJECT IDENTIFIER ::= { printmib 11 }prtMarkerSuppliesTable OBJECT-TYPE    SYNTAX     SEQUENCE OF PrtMarkerSuppliesEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "A table of the marker supplies available on this printer."    ::= { prtMarkerSupplies 1 }prtMarkerSuppliesEntry OBJECT-TYPE    SYNTAX     PrtMarkerSuppliesEntry    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "Attributes of a marker supply.        Entries may exist in the table for each device        index who's device type is `printer'."    INDEX  { hrDeviceIndex, prtMarkerSuppliesIndex }    ::= { prtMarkerSuppliesTable 1 }PrtMarkerSuppliesEntry ::= SEQUENCE {        prtMarkerSuppliesIndex          Integer32,        prtMarkerSuppliesMarkerIndex    Integer32,        prtMarkerSuppliesColorantIndex  Integer32,        prtMarkerSuppliesClass          INTEGER,        prtMarkerSuppliesType           INTEGER,        prtMarkerSuppliesDescription    OCTET STRING,        prtMarkerSuppliesSupplyUnit     INTEGER,        prtMarkerSuppliesMaxCapacity    Integer32,        prtMarkerSuppliesLevel          Integer32}prtMarkerSuppliesIndex OBJECT-TYPE    SYNTAX     Integer32 (1..65535)    MAX-ACCESS not-accessible    STATUS     current    DESCRIPTION        "A unique value used by the printer to identify this marker        supply.  Although these values may change due to a major        reconfiguration of the device (e.g. the addition of new marker        supplies to the printer), values are expected to remain stable        across successive printer power cycles."    ::= { prtMarkerSuppliesEntry 1 }prtMarkerSuppliesMarkerIndex OBJECT-TYPE    SYNTAX     Integer32 (0..65535)    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The value of prtMarkerIndex corresponding to the        marking sub-unit with which this marker supply        sub-unit is associated."    ::= { prtMarkerSuppliesEntry 2 }prtMarkerSuppliesColorantIndex OBJECT-TYPE    SYNTAX     Integer32 (0..65535)    MAX-ACCESS read-only    STATUS     current    DESCRIPTION        "The value of prtMarkerColorantIndex        corresponding to the colorant with which this   

⌨️ 快捷键说明

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