All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.grzeslowski.jsupla.protocol.api.structs.ds.DeviceServer Maven / Gradle / Ivy

The newest version!
package pl.grzeslowski.jsupla.protocol.api.structs.ds;

import pl.grzeslowski.jsupla.protocol.api.calltypes.DeviceServerCallType;
import pl.grzeslowski.jsupla.protocol.api.types.FromDeviceProto;
import pl.grzeslowski.jsupla.protocol.api.types.ToServerProto;

/**
 * Structs send from device to server.
 */
public interface DeviceServer extends FromDeviceProto, ToServerProto {
    DeviceServerCallType callType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy