Example usage for io.netty.channel.rxtx RxtxChannel subclass-usage

List of usage examples for io.netty.channel.rxtx RxtxChannel subclass-usage

Introduction

In this page you can find the example usage for io.netty.channel.rxtx RxtxChannel subclass-usage.

Usage

From source file org.openremote.agent.protocol.NrJavaSerialChannel.java

@SuppressWarnings("deprecation")
public class NrJavaSerialChannel extends io.netty.channel.rxtx.RxtxChannel {

    private boolean open = true;
    protected SerialPort serialPort;
    protected NrJavaSerialAddress deviceAddress;