bits property

int get bits

Gets the data bits from the port configuration.

Implementation

int get bits;
set bits (int value)

Sets the data bits in the port configuration.

Implementation

set bits(int value);