Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type CustomPrinterIconCallbackClient struct + func NewCustomPrinterIconCallbackClient(cc grpc.ClientConnInterface) *CustomPrinterIconCallbackClient + func (c *CustomPrinterIconCallbackClient) OnCustomPrinterIconLoaded(ctx context.Context, arg0 int64) (bool, error) + type PrintDocumentClient struct + func NewPrintDocumentClient(cc grpc.ClientConnInterface) *PrintDocumentClient + func (c *PrintDocumentClient) GetData(ctx context.Context) (int64, error) + func (c *PrintDocumentClient) GetInfo(ctx context.Context) (int64, error) + type PrintJobClient struct + func NewPrintJobClient(cc grpc.ClientConnInterface) *PrintJobClient + func (c *PrintJobClient) Block(ctx context.Context, arg0 string) (bool, error) + func (c *PrintJobClient) Cancel(ctx context.Context) (bool, error) + func (c *PrintJobClient) Complete(ctx context.Context) (bool, error) + func (c *PrintJobClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *PrintJobClient) Fail(ctx context.Context, arg0 string) (bool, error) + func (c *PrintJobClient) GetAdvancedIntOption(ctx context.Context, arg0 string) (int32, error) + func (c *PrintJobClient) GetAdvancedStringOption(ctx context.Context, arg0 string) (string, error) + func (c *PrintJobClient) GetDocument(ctx context.Context) (int64, error) + func (c *PrintJobClient) GetId(ctx context.Context) (int64, error) + func (c *PrintJobClient) GetInfo(ctx context.Context) (int64, error) + func (c *PrintJobClient) GetTag(ctx context.Context) (string, error) + func (c *PrintJobClient) HasAdvancedOption(ctx context.Context, arg0 string) (bool, error) + func (c *PrintJobClient) HashCode(ctx context.Context) (int32, error) + func (c *PrintJobClient) IsBlocked(ctx context.Context) (bool, error) + func (c *PrintJobClient) IsCancelled(ctx context.Context) (bool, error) + func (c *PrintJobClient) IsCompleted(ctx context.Context) (bool, error) + func (c *PrintJobClient) IsFailed(ctx context.Context) (bool, error) + func (c *PrintJobClient) IsQueued(ctx context.Context) (bool, error) + func (c *PrintJobClient) IsStarted(ctx context.Context) (bool, error) + func (c *PrintJobClient) SetProgress(ctx context.Context, arg0 float32) error + func (c *PrintJobClient) SetStatus1(ctx context.Context, arg0 int32) error + func (c *PrintJobClient) SetStatus1_1(ctx context.Context, arg0 string) error + func (c *PrintJobClient) SetTag(ctx context.Context, arg0 string) (bool, error) + func (c *PrintJobClient) Start(ctx context.Context) (bool, error) + type PrintServiceClient struct + func NewPrintServiceClient(cc grpc.ClientConnInterface) *PrintServiceClient + func (c *PrintServiceClient) GeneratePrinterId(ctx context.Context, arg0 string) (int64, error) + func (c *PrintServiceClient) GetActivePrintJobs(ctx context.Context) (int64, error) + func (c *PrintServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error) + type PrinterDiscoverySessionClient struct + func NewPrinterDiscoverySessionClient(cc grpc.ClientConnInterface) *PrinterDiscoverySessionClient + func (c *PrinterDiscoverySessionClient) GetPrinters(ctx context.Context) (int64, error) + func (c *PrinterDiscoverySessionClient) GetTrackedPrinters(ctx context.Context) (int64, error) + func (c *PrinterDiscoverySessionClient) IsDestroyed(ctx context.Context) (bool, error) + func (c *PrinterDiscoverySessionClient) IsPrinterDiscoveryStarted(ctx context.Context) (bool, error) + func (c *PrinterDiscoverySessionClient) OnDestroy(ctx context.Context) error + func (c *PrinterDiscoverySessionClient) OnRequestCustomPrinterIcon(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + func (c *PrinterDiscoverySessionClient) OnStartPrinterStateTracking(ctx context.Context, arg0 int64) error + func (c *PrinterDiscoverySessionClient) OnStopPrinterDiscovery(ctx context.Context) error + func (c *PrinterDiscoverySessionClient) OnStopPrinterStateTracking(ctx context.Context, arg0 int64) error