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

상속: CloverDeviceConfiguration
파일 보기 프로젝트 열기: clover/remote-pay-windows

공개 프로퍼티들

프로퍼티 타입 설명
enableLogging bool
hostname string
pingSleepSeconds int
port System.Int32
remoteApplicationID string

공개 메소드들

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

메소드 상세

WebSocketCloverDeviceConfiguration() 공개 메소드

public WebSocketCloverDeviceConfiguration ( string hostname, Int32 port ) : System
hostname string
port System.Int32
리턴 System

WebSocketCloverDeviceConfiguration() 공개 메소드

public WebSocketCloverDeviceConfiguration ( string hostname, Int32 port, string remoteApplicationID, bool enableLogging, int pingSleepSeconds ) : System
hostname string
port System.Int32
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

프로퍼티 상세

enableLogging 공개적으로 프로퍼티

public bool enableLogging
리턴 bool

hostname 공개적으로 프로퍼티

public string hostname
리턴 string

pingSleepSeconds 공개적으로 프로퍼티

public int pingSleepSeconds
리턴 int

port 공개적으로 프로퍼티

public Int32,System port
리턴 System.Int32

remoteApplicationID 공개적으로 프로퍼티

public string remoteApplicationID
리턴 string