接口 IGatewayService
public interface IGatewayService
-
方法概要
修饰符和类型方法说明boolean连接网关booleancreateGateway(GatewayDescription gatewayDescription) 创建网关booleandeleteGateway(String gatewayId) 移除网关booleandisconnect(String gatewayId) 断开网关booleanresetPlayback(String gatewayId) 复位重置回放网关booleansimMoneyIO(String gatewayId, int money) 模拟出入金booleanupdateGateway(GatewayDescription gatewayDescription) 更新网关