Method | Description | |
---|---|---|
closeServiceRequest ( IMethodResult oResult ) : void | ||
searchPrinters ( string>.IReadOnlyDictionary |
||
sendConnectFinish ( string status, IMethodResult oResult ) : void | ||
sendConnectResult ( string deviceName, string deviceAdress, |
||
stopSearch ( IMethodResult oResult ) : void | ||
tryToConnect ( |
Method | Description | |
---|---|---|
getConnectionType ( string>.IReadOnlyDictionary |
||
getDeviceAdress ( string>.IReadOnlyDictionary |
||
getDevicePort ( string>.IReadOnlyDictionary |
||
getTimeout ( string>.IReadOnlyDictionary |
||
tryToConnectInFoundPrinters ( IMethodResult oResult ) : void |
public closeServiceRequest ( IMethodResult oResult ) : void | ||
oResult | IMethodResult | |
return | void |
public searchPrinters ( string>.IReadOnlyDictionary |
||
options | string>.IReadOnlyDictionary | |
oResult | IMethodResult | |
return | void |
public sendConnectFinish ( string status, IMethodResult oResult ) : void | ||
status | string | |
oResult | IMethodResult | |
return | void |
public sendConnectResult ( string deviceName, string deviceAdress, |
||
deviceName | string | |
deviceAdress | string | |
devicePort | ||
connType | ||
oResult | IMethodResult | |
return | void |
public stopSearch ( IMethodResult oResult ) : void | ||
oResult | IMethodResult | |
return | void |
public tryToConnect ( |
||
port | ||
deviceAdress | string | |
timeout | int | |
connType | ||
return | ConnecttionJob |