package com.tridium.eibnetIp.stack; import java.io.IOException; public interface LinkLayerRequest { int length(); byte[] toBytes() throws IOException; }