Static Propertymadmachineio.swiftio 0.1.0SwiftIO
rxHandler
Ethernet.swift:29static let rxHandler: EthernetRxHandler
static let rxHandler: EthernetRxHandler
s7SwiftIO8EthernetC9rxHandlerys5Int32VSpys5UInt8VGSg_AFtXCvpZ
What are these?7VH36
import SwiftIO
The SwiftIO library allows you to access and control the hardware in an easy way.
final class Ethernet
typealias EthernetRxHandler = @convention(c) (UnsafeMutablePointer<UInt8>?, Int32) -> Int32
static func down()
static func setup(mac: [UInt8], txHandler: EthernetTxHandler)
static func up()
typealias EthernetTxHandler = @convention(c) (UnsafePointer<UInt8>?, Int32) -> Int32