Class QuanserCommunications

java.lang.Object
com.quanser.communications.QuanserCommunications

public class QuanserCommunications extends Object
The Quanser Communications API.
  • Field Details

    • QCOMM_POLL_RECEIVE

      public static final int QCOMM_POLL_RECEIVE
      Flag used by the qcomm_poll native function.
      See Also:
    • QCOMM_POLL_SEND

      public static final int QCOMM_POLL_SEND
      Flag used by the qcomm_poll native function.
      See Also:
    • QCOMM_POLL_ACCEPT

      public static final int QCOMM_POLL_ACCEPT
      Flag used by the qcomm_poll native function.
      See Also:
    • QCOMM_POLL_CONNECT

      public static final int QCOMM_POLL_CONNECT
      Flag used by the qcomm_poll native function.
      See Also:
  • Constructor Details

    • QuanserCommunications

      public QuanserCommunications()
      Constructs an unconnected QuanserCommunications object.