8.2.4.7.3. Capture

8.2.4.7.3.1. Start

await port.capture.start.set_on()
await port.capture.start.set_off()
await port.capture.start.get()

8.2.4.7.3.2. Read PCAP

await port.capture.get_first_frame.get()
await port.capture.get_next_frame.get()