CAPS Universe documentation  1.0.4
All you need to know to be successful
Data Fields
caps_ppd_device_info Struct Reference

Some printer device product specific information to be used inside the PPD. More...

Data Fields

const char * manufacturer
 
const char * product
 
const char * model
 
const char * nick
 
const char * short_nick
 

Detailed Description

Used to create the PPD entries for *Manufacturer, *Product, *ShortNickName, *ModelNameand *NickName.

Field Documentation

◆ manufacturer

const char* manufacturer

Definition for the *Manufacturer PPD entry

◆ product

const char* product

Definition for the *Product PPD entry

◆ model

const char* model

Definition for the *ModelName PPD entry, UTF-8

◆ nick

const char* nick

Definition for the *NickName PPD entry, UTF-8. If NULL, caps_ppd_device_info::model is used instead

◆ short_nick

const char* short_nick

Definition for the *ShortNickName` PPD entry, UTF-8. If NULL, caps_ppd_device_info::nick is used instead


The documentation for this struct was generated from the following file: