Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Das folgende Codebeispiel ist eine XML-Beispieldatei, die das bidi-Kommunikationsschema für den TCP/IP-Standardportmonitor erweitert.
<?xml version="1.0" encoding="US-ASCII"?>
<bidi:Schema xmlns:bidi="https://schemas.microsoft.com/windows/2005/03/printing/bidi">
<Property name="Printer">
<Property name="Layout">
<Property name="InputBins">
<InputBin name="TopBin" mibName="TRAY 1"/>
<InputBin name="BottomBin" mibName="TRAY 2"/>
</Property>
</Property>
<Property name="Finishing">
<Property name="OutputBins">
<OutputBin name="TopBin" mibName="Standard Bin"/>
</Property>
</Property>
<Property name="Extension">
<Property name="Version">
<Const name="Major" type="BIDI_INT" value="1"/>
<Const name="Minor" type="BIDI_INT" value="0"/>
</Property>
<Property name="System">
<Value name="Name" type="BIDI_TEXT" oid="1.3.6.1.2.1.1.5"/>
</Property>
<Property name="DuplexUnit">
<Installed name="Installed" oid="1.3.6.1.2.1.43.13.4.1.9"
deviceIndex="true">
<Lookup value="3"/>
<Lookup value="4"/>
</Installed>
</Property>
<Property name="Channels">
<Const name="Category" type="BIDI_STRING" value="Channels"/>
<IndexedProperty name="Channel">
<Value name="Type" oid="1.3.6.1.2.1.43.14.1.1.2"
type="BIDI_STRING" deviceIndex="true"/>
</IndexedProperty>
</Property>
</Property>
</Property>
</bidi:Schema>
Das vorherige Codebeispiel führt zu den folgenden Abfragen:
\Printer.Layout.InputBins.TopBin:Installed
\Printer.Layout.InputBins.TopBin:Level
\Printer.Layout.InputBins.TopBin:MediaSize
\Printer.Layout.InputBins.TopBin:MediaType
\Printer.Layout.InputBins.BottomBin:Installed
\Printer.Layout.InputBins.BottomBin:Level
\Printer.Layout.InputBins.BottomBin:MediaSize
\Printer.Layout.InputBins.BottomBin:MediaType
\Printer.Finishing.OutputBins.TopBin:Installed
\Printer.Finishing.OutputBins.TopBin:Level
\Printer.Extension.Version:Major
\Printer.Extension.Version:Minor
\Printer.Extension.System:Name
\Printer.Extension.DuplexUnit:Installed
\Printer.Extension.Channels:Category
\Printer.Extension.Channels.Channel001:Type