ioctlLog property

List<int> ioctlLog
final

Every ioctl request number issued, in order — so a test can assert that a v1 ioctl was never attempted.

Implementation

final List<int> ioctlLog = [];