menu
burt_network
burt_network.dart
SerialDevice
isOpen property
isOpen
dark_mode
light_mode
description
isOpen
property
bool
get
isOpen
Whether the port is open (ie, the device is connected).
Implementation
bool get isOpen => _port.isOpen;
burt_network
burt_network
SerialDevice
isOpen property
SerialDevice class