*%****************************************************************************************** *% Duplex Feature Support *%****************************************************************************************** *Feature: DuplexSupport { *FeatureType: PRINTER_PROPERTY *BidiQuery: DuplexSupport { *QueryString: "\Printer.Configuration.DuplexSupport:Installed" } *BidiResponse: DuplexSupport { *ResponseType: BIDI_BOOL *ResponseData: ENUM_OPTION(DuplexSupport) } *Option: OFF { *BidiValue: BOOL(FALSE) } *Option: ON { *BidiValue: BOOL(TRUE) } } *%****************************************************************************************** *% Staple Unit *%****************************************************************************************** *Feature: StaplingSupport { *FeatureType: PRINTER_PROPERTY *BidiQuery:StaplingSupport { *QueryString: "\Printer.Finishing.StaplingSupport:Installed" } *BidiResponse: StaplingSupport { *ResponseType: BIDI_BOOL *ResponseData: ENUM_OPTION(StaplingSupport) } *Option: OFF { *BidiValue: BOOL(FALSE) } *Option: ON { *BidiValue: BOOL(TRUE) } } *%****************************************************************************************** *% Punch Feature Support *%****************************************************************************************** *Feature: PunchingSupport { *FeatureType: PRINTER_PROPERTY *BidiQuery:PunchingSupport { *QueryString: "\Printer.Finishing.PunchingSupport:Installed" } *BidiResponse: PunchingSupport { *ResponseType: BIDI_BOOL *ResponseData: ENUM_OPTION(PunchingSupport) } *Option: OFF { *BidiValue: BOOL(FALSE) } *Option: ON { *BidiValue: BOOL(TRUE) } } *%****************************************************************************************** *% Color Support *%****************************************************************************************** *Feature: ColorSupport { *FeatureType: PRINTER_PROPERTY *BidiQuery:ColorSupport { *QueryString: "\Printer.Configuration.ColorSupport:Installed" } *BidiResponse: ColorSupport { *ResponseType: BIDI_BOOL *ResponseData: ENUM_OPTION(ColorSupport) } *Option: OFF { *BidiValue: BOOL(FALSE) } *Option: ON { *BidiValue: BOOL(TRUE) } }