bits property

int bits

Gets the data bits from the port configuration.

Implementation

int get bits;
void bits=(int value)

Sets the data bits in the port configuration.

Implementation

set bits(int value);