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

getCloverDeviceTypeName() 공개 메소드

public getCloverDeviceTypeName ( ) : string
리턴 string
        public string getCloverDeviceTypeName()
        {
            return typeof(TestCloverDevice).AssemblyQualifiedName;
        }