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

/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrDscInfo.cpp121 UByte hintByte; local
130 hintByte = (UByte)(hints & 0xFF);
135 hintByte |= kDevInfoHintExtension1;
138 hintByte &= ~kDevInfoHintExtension1; // make sure it's off
140 // Store the hintByte, inc byte count
141 *buffer++ = hintByte;
167 UByte hintByte; local
181 hintByte = devInfo[index];
182 fHints |= (hintByte & ~kDevInfoHintExtension1) << (index * 8);
184 if ((hintByte
[all...]

Completed in 94 milliseconds