com.clover.remotepay.transport.TestCloverDeviceConfiguration.getMessagePackageName C# (CSharp) 메소드

getMessagePackageName() 공개 메소드

public getMessagePackageName ( ) : string
리턴 string
        public string getMessagePackageName()
        {
            return "com.clover.remote.protocol.test";
        }

Usage Example

예제 #1
0
 public TestCloverDevice(TestCloverDeviceConfiguration configuration)
     : this(configuration.getMessagePackageName())
 {
     transport = new TestCloverTransport();
 }
All Usage Examples Of com.clover.remotepay.transport.TestCloverDeviceConfiguration::getMessagePackageName