Метод | Описание | |
---|---|---|
connect ( IMethodResult oResult ) : void | ||
connectWithOptions ( string>.IReadOnlyDictionary |
||
disconnect ( IMethodResult oResult ) : void | ||
enumerateSupportedControlLanguages ( IMethodResult oResult ) : void | ||
getDeviceName ( IMethodResult oResult ) : void | ||
getIsConnected ( IMethodResult oResult ) : void | ||
printFile ( string fileURI, string>.IReadOnlyDictionary |
||
printImageFromFile ( string path, int x, int y, string>.IReadOnlyDictionary |
||
printRawString ( string command, string>.IReadOnlyDictionary |
||
printStoredFormatWithArray ( string formatPathOnPrinter, IReadOnlyList |
||
printStoredFormatWithHash ( string formatPathOnPrinter, string>.IReadOnlyDictionary |
||
requestState ( IReadOnlyList |
||
retrieveFileNames ( IMethodResult oResult ) : void | ||
retrieveFileNamesWithExtensions ( IReadOnlyList |
||
sendFileContents ( string filePath, IMethodResult oResult ) : void | ||
storeImage ( string printerDriveAndFileName, string imageFilePathOnDevice, int width, int height, IMethodResult oResult ) : void |
Метод | Описание | |
---|---|---|
getStatus ( ) : PrinterStatus |
public connect ( IMethodResult oResult ) : void | ||
oResult | IMethodResult | |
Результат | void |
public connectWithOptions ( string>.IReadOnlyDictionary |
||
options | string>.IReadOnlyDictionary | |
oResult | IMethodResult | |
Результат | void |
public disconnect ( IMethodResult oResult ) : void | ||
oResult | IMethodResult | |
Результат | void |
public enumerateSupportedControlLanguages ( IMethodResult oResult ) : void | ||
oResult | IMethodResult | |
Результат | void |
public getDeviceName ( IMethodResult oResult ) : void | ||
oResult | IMethodResult | |
Результат | void |
public getIsConnected ( IMethodResult oResult ) : void | ||
oResult | IMethodResult | |
Результат | void |
public printFile ( string fileURI, string>.IReadOnlyDictionary |
||
fileURI | string | |
options | string>.IReadOnlyDictionary | |
oResult | IMethodResult | |
Результат | void |
public printImageFromFile ( string path, int x, int y, string>.IReadOnlyDictionary |
||
path | string | |
x | int | |
y | int | |
options | string>.IReadOnlyDictionary | |
oResult | IMethodResult | |
Результат | void |
public printRawString ( string command, string>.IReadOnlyDictionary |
||
command | string | |
options | string>.IReadOnlyDictionary | |
oResult | IMethodResult | |
Результат | void |
public printStoredFormatWithArray ( string formatPathOnPrinter, IReadOnlyList |
||
formatPathOnPrinter | string | |
vars | IReadOnlyList |
|
oResult | IMethodResult | |
Результат | void |
public printStoredFormatWithHash ( string formatPathOnPrinter, string>.IReadOnlyDictionary |
||
formatPathOnPrinter | string | |
vars | string>.IReadOnlyDictionary | |
oResult | IMethodResult | |
Результат | void |
public requestState ( IReadOnlyList |
||
listOfParameters | IReadOnlyList |
|
oResult | IMethodResult | |
Результат | void |
public retrieveFileNames ( IMethodResult oResult ) : void | ||
oResult | IMethodResult | |
Результат | void |
public retrieveFileNamesWithExtensions ( IReadOnlyList |
||
extensions | IReadOnlyList |
|
oResult | IMethodResult | |
Результат | void |
public sendFileContents ( string filePath, IMethodResult oResult ) : void | ||
filePath | string | |
oResult | IMethodResult | |
Результат | void |
public storeImage ( string printerDriveAndFileName, string imageFilePathOnDevice, int width, int height, IMethodResult oResult ) : void | ||
printerDriveAndFileName | string | |
imageFilePathOnDevice | string | |
width | int | |
height | int | |
oResult | IMethodResult | |
Результат | void |