another big refactor
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package kernel.peripherals;
|
||||
|
||||
using tink.CoreApi;
|
||||
|
||||
import kernel.net.Package;
|
||||
import kernel.net.INetworkInterface;
|
||||
|
||||
using tink.CoreApi;
|
||||
|
||||
class Modem implements INetworkInterface implements IPeripheral {
|
||||
public final addr:String;
|
||||
public var onMessage(default, null):Signal<Package>;
|
||||
|
||||
Reference in New Issue
Block a user