C# Class com.clover.remotepay.transport.TestCloverDeviceConfiguration

Inheritance: CloverDeviceConfiguration
Afficher le fichier Open project: clover/remote-pay-windows Class Usage Examples

Méthodes publiques

Свойство Type Description
enableLogging bool
pingSleepSeconds int
remoteApplicationID string

Méthodes publiques

Méthode Description
getCloverDeviceTypeName ( ) : string
getCloverTransport ( ) : CloverTransport
getEnableLogging ( ) : bool
getMessagePackageName ( ) : string
getName ( ) : string
getPingSleepSeconds ( ) : int
getRemoteApplicationID ( ) : string

Method Details

getCloverDeviceTypeName() public méthode

public getCloverDeviceTypeName ( ) : string
Résultat string

getCloverTransport() public méthode

public getCloverTransport ( ) : CloverTransport
Résultat CloverTransport

getEnableLogging() public méthode

public getEnableLogging ( ) : bool
Résultat bool

getMessagePackageName() public méthode

public getMessagePackageName ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getPingSleepSeconds() public méthode

public getPingSleepSeconds ( ) : int
Résultat int

getRemoteApplicationID() public méthode

public getRemoteApplicationID ( ) : string
Résultat string

Property Details

enableLogging public_oe property

public bool enableLogging
Résultat bool

pingSleepSeconds public_oe property

public int pingSleepSeconds
Résultat int

remoteApplicationID public_oe property

public string remoteApplicationID
Résultat string