IODevice.driver

initial pester tests pass for all kinds
This commit is contained in:
pblivingston
2026-02-28 20:35:12 -05:00
parent abd792acd5
commit 2f2d4af848
5 changed files with 69 additions and 33 deletions

View File

@@ -97,7 +97,7 @@ class VirtualBus : Bus {
}
class BusDevice : IODevice {
BusDevice ([int]$index, [Object]$remote) : base ($index, $remote) {
BusDevice ([int]$index, [Object]$remote) : base ($index, $remote, 'Output') {
if ($this.index -eq 0) {
AddStringMembers -PARAMS @('asio') -WriteOnly
}