Searched defs:bytesize (Results 1 – 4 of 4) sorted by relevance
241 bytesize=EIGHTBITS, # number of data bits argument354 def setByteSize(self, bytesize): argument364 bytesize = property(getByteSize, setByteSize, doc="Byte size setting") variable in SerialBase
84 bytesize = EIGHTBITS, argument
269 size_t bytesize; // Size if fixed. member
626 int32_t bytesize() const { in bytesize() function