With this command you can unassign media from a tray. It is possible to unassign multiple trays in one command.
XPath: /JMF/Command[@Type="oce:UnAssignMediaToTray"]
This command must contain only the location of the tray you want to unassign.
XPath: /JMF/Command[@Type=”oce:UnAssignMediaToTray”]/Media
XPath: /JMF/Command[@Type="oce:UnassignMediaToTray"]Location/@LocationName
The LocationName can be retrieved by the JMF message KnownDevices with @DeviceDetails="Full".
Description
With this attribute you can specify the input tray location you want to unassign.
<JMF ……> <Command ID="unassign_command" Type="oce:UnassignMediaToTray" xsi:type="CommandUnassignMediaToTray"> <Location LocationName="Tray-4" /> </Command> </JMF>
<JMF ……> <Command ID="assign_command" Type="oce:AssignMediaToTray" xsi:type="CommandAssignMediaToTray"> <Media Dimension="595.27559055 841.88976378" Weight="135" MediaColorName="White" HoleType="None" MediaSetCount="1" MediaType="Paper" MediaTypeDetails="TopColor" oce:CustomMediaType="TopColor"> <GeneralID IDUsage="oce:Orientation" IDValue="LongEdgeFeed" /> <Location LocationName="Tray-11" /> </Media> <Media Dimension="595.27559055 841.88976378" Weight="135" MediaColorName="White" HoleType="None" MediaSetCount="1" MediaType="Paper" MediaTypeDetails="TopColor" oce:CustomMediaType="TopColor"> <GeneralID IDUsage="oce:Orientation" IDValue="LongEdgeFeed" /> <Location LocationName="Tray-12" /> </Command> </JMF>
If you want to use this snippet, download the whole collection of examples in this TRM from this link: