open method

dynamic open(
  1. dynamic device
)

Start session with the device

Implementation

open(dynamic device) {
  return;
}