C# 클래스 PrinterZebraImpl.PrinterZebraSingleton

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

공개 메소드들

메소드 설명
closeServiceRequest ( IMethodResult oResult ) : void
searchPrinters ( string>.IReadOnlyDictionary options, IMethodResult oResult ) : void
sendConnectFinish ( string status, IMethodResult oResult ) : void
sendConnectResult ( string deviceName, string deviceAdress, Int32 devicePort, PrinterZebra connType, IMethodResult oResult ) : void
stopSearch ( IMethodResult oResult ) : void
tryToConnect ( Int32 port, string deviceAdress, int timeout, PrinterZebra connType ) : ConnecttionJob

비공개 메소드들

메소드 설명
getConnectionType ( string>.IReadOnlyDictionary options ) : string
getDeviceAdress ( string>.IReadOnlyDictionary options ) : string
getDevicePort ( string>.IReadOnlyDictionary options ) : Int32
getTimeout ( string>.IReadOnlyDictionary options ) : Int32
tryToConnectInFoundPrinters ( IMethodResult oResult ) : void

메소드 상세

closeServiceRequest() 공개 메소드

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

searchPrinters() 공개 메소드

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

sendConnectFinish() 공개 메소드

public sendConnectFinish ( string status, IMethodResult oResult ) : void
status string
oResult IMethodResult
리턴 void

sendConnectResult() 공개 메소드

public sendConnectResult ( string deviceName, string deviceAdress, Int32 devicePort, PrinterZebra connType, IMethodResult oResult ) : void
deviceName string
deviceAdress string
devicePort System.Int32
connType PrinterZebra
oResult IMethodResult
리턴 void

stopSearch() 공개 메소드

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

tryToConnect() 공개 메소드

public tryToConnect ( Int32 port, string deviceAdress, int timeout, PrinterZebra connType ) : ConnecttionJob
port System.Int32
deviceAdress string
timeout int
connType PrinterZebra
리턴 ConnecttionJob