Searched refs:fLastChangeByte (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.h200 UInt8 fLastChangeByte; // saved BOF / baud code byte (send only if changed) member in class:AppleUSBIrDADriver
H A DAppleUSBIrDA.cpp2129 fLastChangeByte = 0; // no known state of device, force mode to change on first i/o
3202 fPipeOutBuffer[0] = (changeByte != fLastChangeByte) ? changeByte : 0; // tell hardware new mode if changed
3204 fLastChangeByte = changeByte; // save new mode for next time through

Completed in 92 milliseconds