![JAR search and dependency download from the Maven repository](/logo.png)
com.global.api.terminals.abstractions.IDeviceCommInterface Maven / Gradle / Ivy
package com.global.api.terminals.abstractions;
import com.global.api.entities.exceptions.ApiException;
import com.global.api.terminals.messaging.IMessageSentInterface;
public interface IDeviceCommInterface {
void connect();
void disconnect();
byte[] send(IDeviceMessage message) throws ApiException;
void setMessageSentHandler(IMessageSentInterface messageInterface);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy