C# 클래스 com.clover.remotepay.transport.remote.RemoteRESTCloverConfiguration

Configuration object used for initializing the RemoteRESTCloverConnector, which is primarly used as an example and for testing and validation
상속: CloverDeviceConfiguration
파일 보기 프로젝트 열기: clover/remote-pay-windows

공개 메소드들

메소드 설명
RemoteRESTCloverConfiguration ( string host, int port ) : System
RemoteRESTCloverConfiguration ( string host, int port, string remoteApplicationID, bool enableLogging, int pingSleepSeconds ) : System
getCloverDeviceTypeName ( ) : string
getCloverTransport ( ) : CloverTransport
getEnableLogging ( ) : bool
getMessagePackageName ( ) : string
getName ( ) : string
getPingSleepSeconds ( ) : int
getRemoteApplicationID ( ) : string

메소드 상세

RemoteRESTCloverConfiguration() 공개 메소드

public RemoteRESTCloverConfiguration ( string host, int port ) : System
host string
port int
리턴 System

RemoteRESTCloverConfiguration() 공개 메소드

public RemoteRESTCloverConfiguration ( string host, int port, string remoteApplicationID, bool enableLogging, int pingSleepSeconds ) : System
host string
port int
remoteApplicationID string
enableLogging bool
pingSleepSeconds int
리턴 System

getCloverDeviceTypeName() 공개 메소드

public getCloverDeviceTypeName ( ) : string
리턴 string

getCloverTransport() 공개 메소드

public getCloverTransport ( ) : CloverTransport
리턴 CloverTransport

getEnableLogging() 공개 메소드

public getEnableLogging ( ) : bool
리턴 bool

getMessagePackageName() 공개 메소드

public getMessagePackageName ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getPingSleepSeconds() 공개 메소드

public getPingSleepSeconds ( ) : int
리턴 int

getRemoteApplicationID() 공개 메소드

public getRemoteApplicationID ( ) : string
리턴 string