0
要使用GHI網絡接口驅動程序,我們首先需要撥打Open()
。打開網絡界面意味着什麼? The documentation除了需要方法調用外沒有其他說法。打開網絡接口驅動程序是什麼意思?
E.g.
var wiFiRs9110 = new WiFiRS9110(
SPI.SPI_module.SPI2,
GHI.Pins.G120.P1_10,
GHI.Pins.G120.P2_11,
GHI.Pins.G120.P1_9, 4000);
wiFiRs9110.Open(); // What does this do?
wiFiRs9110.EnableStaticIP(IpAddress, SubnetMask, GatewayAddress);