CloverConnector  1.4.0
Copyright (C) 2017 Clover Network, Inc.
com.clover.remotepay.sdk.PrintRequest Class Reference

This should be used for a print call. More...

Inheritance diagram for com.clover.remotepay.sdk.PrintRequest:
com.clover.remotepay.sdk.BaseRequest

Public Member Functions

 PrintRequest ()
 
 PrintRequest (Bitmap image, string printRequestId, string printDeviceId)
 
 PrintRequest (string imageURL, string printRequestId, string printDeviceId)
 
 PrintRequest (List< string > text, string printRequestId, string printDeviceId)
 

Public Attributes

List< Bitmap > images = new List<Bitmap>()
 
List< string > imageURLs = new List<string>()
 
List< string > text = new List<string>()
 
string printRequestId
 
string printDeviceId
 

Additional Inherited Members

- Protected Member Functions inherited from com.clover.remotepay.sdk.BaseRequest
 BaseRequest ()
 
- Properties inherited from com.clover.remotepay.sdk.BaseRequest
String RequestId [get, set]
 

Detailed Description

This should be used for a print call.

Definition at line 114 of file TransactionBeans.cs.

Constructor & Destructor Documentation

◆ PrintRequest() [1/4]

com.clover.remotepay.sdk.PrintRequest.PrintRequest ( )

Definition at line 122 of file TransactionBeans.cs.

◆ PrintRequest() [2/4]

com.clover.remotepay.sdk.PrintRequest.PrintRequest ( Bitmap  image,
string  printRequestId,
string  printDeviceId 
)

Create a PrintRequest to print a given Image

  • Parameters:
    • image: Image to print
    • printRequestId: Optional identifier to give to the print job, so it can later be queried
    • printDeviceId: Optional identifier to speciy which printer to use

Definition at line 130 of file TransactionBeans.cs.

◆ PrintRequest() [3/4]

com.clover.remotepay.sdk.PrintRequest.PrintRequest ( string  imageURL,
string  printRequestId,
string  printDeviceId 
)

Create a PrintRequest to print an image at a given URL

  • Parameters:
    • imageURL: URL to the image to print
    • printRequestId: Optional identifier to give to the print job, so it can later be queried
    • printDeviceId: Optional identifier to speciy which printer to use

Definition at line 144 of file TransactionBeans.cs.

◆ PrintRequest() [4/4]

com.clover.remotepay.sdk.PrintRequest.PrintRequest ( List< string >  text,
string  printRequestId,
string  printDeviceId 
)

Create a PrintRequest to print an array of strings to print

  • Parameters:
    • text: Array of strings to be printed
    • printRequestId: Optional identifier to give to the print job, so it can later be queried
    • printDeviceId: Optional identifier to speciy which printer to use

Definition at line 157 of file TransactionBeans.cs.

Member Data Documentation

◆ images

List<Bitmap> com.clover.remotepay.sdk.PrintRequest.images = new List<Bitmap>()

Definition at line 116 of file TransactionBeans.cs.

◆ imageURLs

List<string> com.clover.remotepay.sdk.PrintRequest.imageURLs = new List<string>()

Definition at line 117 of file TransactionBeans.cs.

◆ printDeviceId

string com.clover.remotepay.sdk.PrintRequest.printDeviceId

Definition at line 120 of file TransactionBeans.cs.

◆ printRequestId

string com.clover.remotepay.sdk.PrintRequest.printRequestId

Definition at line 119 of file TransactionBeans.cs.

◆ text

List<string> com.clover.remotepay.sdk.PrintRequest.text = new List<string>()

Definition at line 118 of file TransactionBeans.cs.


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