IPrinterBidiSchemaResponses interface
The IPrinterBidiSchemaResponses interface represents a set of bidi responses populated by USB Bidi Extension JavaScript methods getSchemas and getStatus.
Members
The IPrinterBidiSchemaResponses interface inherits from the IUnknown interface. IPrinterBidiSchemaResponses also has these types of members:
Methods
The IPrinterBidiSchemaResponses interface has these methods:
Method | Description |
---|---|
AddBool | The AddBool method adds a new response of type BIDI_BOOL to the collection. |
AddInt32 | The AddInt32 method adds a new response of type BIDI_INT to the collection. |
AddBlob | The AddBlob method adds a new response of type BIDI_BLOB to the collection. |
AddEnum | The AddEnum method adds a new response of type BIDI_ENUM to the collection. |
AddFloat | The AddFloat method adds a new response of type BIDI_FLOAT to the collection. |
AddNull | The AddNull method adds a new response of type BIDI_NULL to the collection. |
AddRequeryKey | The AddRequeryKey method adds a new QueryKey to re-query upon return from the getSchemas call. |
AddString | The AddString method adds a new response of type BIDI_STRING to the collection. |
AddText | The AddText method adds a new response of type BIDI_TEXT to the collection. |