Searched refs:setControlLineState (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp1391 setControlLineState(false, false); // clear RTS and clear DTR only if not terminated
1593 setControlLineState(false, true);
1598 setControlLineState(false, false);
1942 setControlLineState(true, true); // set RTS and set DTR
1951 setControlLineState(false, false); // clear RTS and clear DTR
2803 // Method: AppleUSBCDCDMM::setControlLineState
2814 void AppleUSBCDCDMM::setControlLineState(bool RTS, bool DTR) function in class:AppleUSBCDCDMM
2819 XTRACE(this, 0, 0, "setControlLineState");
2833 XTRACE(this, 0, ior, "setControlLineState - sendMERRequest failed");
2836 }/* end setControlLineState */
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h328 void setControlLineState(bool RTS, bool DTR);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h344 void setControlLineState(bool RTS, bool DTR);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp2162 setControlLineState(false, false); // clear RTS and clear DTR only if not terminated
2449 setControlLineState(RTSnew, DTRnew);
2803 // setControlLineState(true, true); // set RTS and set DTR
2812 setControlLineState(false, false); // clear RTS and clear DTR
3647 // Method: AppleUSBCDCACMData::setControlLineState
3658 void AppleUSBCDCACMData::setControlLineState(bool RTS, bool DTR) function in class:AppleUSBCDCACMData
3661 XTRACE(this, 0, 0, "setControlLineState");
3668 }/* end setControlLineState */

Completed in 211 milliseconds