C# 클래스 PrinterZebraImpl.PrinterZebra

파일 보기 프로젝트 열기: rhomobile/rhodes

공개 메소드들

메소드 설명
connect ( IMethodResult oResult ) : void
connectWithOptions ( string>.IReadOnlyDictionary options, IMethodResult oResult ) : void
disconnect ( IMethodResult oResult ) : void
enumerateSupportedControlLanguages ( IMethodResult oResult ) : void
getDeviceName ( IMethodResult oResult ) : void
getIsConnected ( IMethodResult oResult ) : void
printFile ( string fileURI, string>.IReadOnlyDictionary options, IMethodResult oResult ) : void
printImageFromFile ( string path, int x, int y, string>.IReadOnlyDictionary options, IMethodResult oResult ) : void
printRawString ( string command, string>.IReadOnlyDictionary options, IMethodResult oResult ) : void
printStoredFormatWithArray ( string formatPathOnPrinter, IReadOnlyList vars, IMethodResult oResult ) : void
printStoredFormatWithHash ( string formatPathOnPrinter, string>.IReadOnlyDictionary vars, IMethodResult oResult ) : void
requestState ( IReadOnlyList listOfParameters, IMethodResult oResult ) : void
retrieveFileNames ( IMethodResult oResult ) : void
retrieveFileNamesWithExtensions ( IReadOnlyList extensions, IMethodResult oResult ) : void
sendFileContents ( string filePath, IMethodResult oResult ) : void
storeImage ( string printerDriveAndFileName, string imageFilePathOnDevice, int width, int height, IMethodResult oResult ) : void

비공개 메소드들

메소드 설명
getStatus ( ) : PrinterStatus

메소드 상세

connect() 공개 메소드

public connect ( IMethodResult oResult ) : void
oResult IMethodResult
리턴 void

connectWithOptions() 공개 메소드

public connectWithOptions ( string>.IReadOnlyDictionary options, IMethodResult oResult ) : void
options string>.IReadOnlyDictionary
oResult IMethodResult
리턴 void

disconnect() 공개 메소드

public disconnect ( IMethodResult oResult ) : void
oResult IMethodResult
리턴 void

enumerateSupportedControlLanguages() 공개 메소드

public enumerateSupportedControlLanguages ( IMethodResult oResult ) : void
oResult IMethodResult
리턴 void

getDeviceName() 공개 메소드

public getDeviceName ( IMethodResult oResult ) : void
oResult IMethodResult
리턴 void

getIsConnected() 공개 메소드

public getIsConnected ( IMethodResult oResult ) : void
oResult IMethodResult
리턴 void

printFile() 공개 메소드

public printFile ( string fileURI, string>.IReadOnlyDictionary options, IMethodResult oResult ) : void
fileURI string
options string>.IReadOnlyDictionary
oResult IMethodResult
리턴 void

printImageFromFile() 공개 메소드

public printImageFromFile ( string path, int x, int y, string>.IReadOnlyDictionary options, IMethodResult oResult ) : void
path string
x int
y int
options string>.IReadOnlyDictionary
oResult IMethodResult
리턴 void

printRawString() 공개 메소드

public printRawString ( string command, string>.IReadOnlyDictionary options, IMethodResult oResult ) : void
command string
options string>.IReadOnlyDictionary
oResult IMethodResult
리턴 void

printStoredFormatWithArray() 공개 메소드

public printStoredFormatWithArray ( string formatPathOnPrinter, IReadOnlyList vars, IMethodResult oResult ) : void
formatPathOnPrinter string
vars IReadOnlyList
oResult IMethodResult
리턴 void

printStoredFormatWithHash() 공개 메소드

public printStoredFormatWithHash ( string formatPathOnPrinter, string>.IReadOnlyDictionary vars, IMethodResult oResult ) : void
formatPathOnPrinter string
vars string>.IReadOnlyDictionary
oResult IMethodResult
리턴 void

requestState() 공개 메소드

public requestState ( IReadOnlyList listOfParameters, IMethodResult oResult ) : void
listOfParameters IReadOnlyList
oResult IMethodResult
리턴 void

retrieveFileNames() 공개 메소드

public retrieveFileNames ( IMethodResult oResult ) : void
oResult IMethodResult
리턴 void

retrieveFileNamesWithExtensions() 공개 메소드

public retrieveFileNamesWithExtensions ( IReadOnlyList extensions, IMethodResult oResult ) : void
extensions IReadOnlyList
oResult IMethodResult
리턴 void

sendFileContents() 공개 메소드

public sendFileContents ( string filePath, IMethodResult oResult ) : void
filePath string
oResult IMethodResult
리턴 void

storeImage() 공개 메소드

public storeImage ( string printerDriveAndFileName, string imageFilePathOnDevice, int width, int height, IMethodResult oResult ) : void
printerDriveAndFileName string
imageFilePathOnDevice string
width int
height int
oResult IMethodResult
리턴 void