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

Class WinBase.DCB.DCBControllBits

    • 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.4.0

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