Skip navigation links
JNA API 4.2.1
com.sun.jna.platform.win32

Class WinBase.DCB.DCBControllBits

    • Constructor Summary

      Constructors 
      Constructor and Description
      DCBControllBits() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getfAbortOnError() 
      boolean getfBinary() 
      boolean getfDsrSensitivity() 
      int getfDtrControl() 
      int getfDummy2() 
      boolean getfErrorChar() 
      boolean getfInX() 
      boolean getfNull() 
      boolean getfOutX() 
      boolean getfOutxCtsFlow() 
      boolean getfOutxDsrFlow() 
      boolean getfParity() 
      int getfRtsControl() 
      boolean getfTXContinueOnXoff() 
      void setfAbortOnError(boolean fAbortOnError)
      If this member is TRUE, the driver terminates all read and write operations with an error status if an error occurs.
      The driver will not accept any further communications operations until the application has acknowledged the error by calling the ClearCommError function.
      void setfBinary(boolean fBinary)
      If this member is TRUE, binary mode is enabled.
      Windows does not support nonbinary mode transfers, so this member must be TRUE.
      void setfDsrSensitivity(boolean fDsrSensitivity)
      If this member is TRUE, the communications driver is sensitive to the state of the DSR signal.
      The driver ignores any bytes received, unless the DSR modem input line is high.
      void setfDtrControl(int fOutxDsrFlow)
      The DTR (data-terminal-ready) flow control.
      void setfErrorChar(boolean fErrorChar)
      Indicates whether bytes received with parity errors are replaced with the character specified by the ErrorChar member.
      If this member is TRUE and the fParity member is TRUE, replacement occurs.
      void setfInX(boolean fInX)
      Indicates whether XON/XOFF flow control is used during reception.
      If this member is TRUE, the XoffChar character is sent when the input buffer comes within XoffLim bytes of being full, and the XonChar character is sent when the input buffer comes within XonLim bytes of being empty.
      void setfNull(boolean fNull)
      If this member is TRUE, null bytes are discarded when received.
      void setfOutX(boolean fOutX)
      Indicates whether XON/XOFF flow control is used during transmission.
      void setfOutxCtsFlow(boolean fOutxCtsFlow)
      If this member is TRUE, the CTS (clear-to-send) signal is monitored for output flow control.
      If this member is TRUE and CTS is turned off, output is suspended until CTS is sent again.
      void setfOutxDsrFlow(boolean fOutxDsrFlow)
      If this member is TRUE, the DSR (data-set-ready) signal is monitored for output flow control.
      If this member is TRUE and DSR is turned off, output is suspended until DSR is sent again.
      void setfParity(boolean fParity)
      If this member is TRUE, parity checking is performed and errors are reported.
      void setfRtsControl(int fRtsControl)
      The RTS (request-to-send) flow control.
      void setfTXContinueOnXoff(boolean fTXContinueOnXoff)
      If this member is TRUE, transmission continues after the input buffer has come within XoffLim bytes of being full and the driver has transmitted the XoffChar character to stop receiving bytes.
      If this member is FALSE, transmission does not continue until the input buffer is within XonLim bytes of being empty and the driver has transmitted the XonChar character to resume reception.
      String toString() 
    • Constructor Detail

      • DCBControllBits

        public DCBControllBits()
    • Method Detail

      • getfAbortOnError

        public boolean getfAbortOnError()
      • getfBinary

        public boolean getfBinary()
      • getfDsrSensitivity

        public boolean getfDsrSensitivity()
      • getfDtrControl

        public int getfDtrControl()
      • getfErrorChar

        public boolean getfErrorChar()
      • getfInX

        public boolean getfInX()
      • getfNull

        public boolean getfNull()
      • getfOutX

        public boolean getfOutX()
      • getfOutxCtsFlow

        public boolean getfOutxCtsFlow()
      • getfOutxDsrFlow

        public boolean getfOutxDsrFlow()
      • getfParity

        public boolean getfParity()
      • getfRtsControl

        public int getfRtsControl()
      • getfDummy2

        public int getfDummy2()
      • getfTXContinueOnXoff

        public boolean getfTXContinueOnXoff()
      • setfAbortOnError

        public void setfAbortOnError(boolean fAbortOnError)
        If this member is TRUE, the driver terminates all read and write operations with an error status if an error occurs.
        The driver will not accept any further communications operations until the application has acknowledged the error by calling the ClearCommError function.
        Parameters:
        fAbortOnError -
      • setfBinary

        public void setfBinary(boolean fBinary)
        If this member is TRUE, binary mode is enabled.
        Windows does not support nonbinary mode transfers, so this member must be TRUE.
        Parameters:
        fBinary -
      • setfDsrSensitivity

        public void setfDsrSensitivity(boolean fDsrSensitivity)
        If this member is TRUE, the communications driver is sensitive to the state of the DSR signal.
        The driver ignores any bytes received, unless the DSR modem input line is high.
        Parameters:
        fDsrSensitivity -
Parameters:
fOutxDsrFlow - value to set
Parameters:
fRtsControl -
JNA API 4.2.1

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.