C# 클래스 com.clover.remotepay.transport.TestCloverDeviceConfiguration

상속: CloverDeviceConfiguration
파일 보기 프로젝트 열기: clover/remote-pay-windows 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
enableLogging bool
pingSleepSeconds int
remoteApplicationID string

공개 메소드들

메소드 설명
getCloverDeviceTypeName ( ) : string
getCloverTransport ( ) : CloverTransport
getEnableLogging ( ) : bool
getMessagePackageName ( ) : string
getName ( ) : string
getPingSleepSeconds ( ) : int
getRemoteApplicationID ( ) : string

메소드 상세

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

프로퍼티 상세

enableLogging 공개적으로 프로퍼티

public bool enableLogging
리턴 bool

pingSleepSeconds 공개적으로 프로퍼티

public int pingSleepSeconds
리턴 int

remoteApplicationID 공개적으로 프로퍼티

public string remoteApplicationID
리턴 string