Function stationAddress [src]
Modifies or resets the current station address, if supported.
Prototype
pub fn stationAddress(self: *const SimpleNetwork, reset_flag: bool, new: ?*const MacAddress) Status
Parameters
self: *const SimpleNetwork
reset_flag: bool
new: ?*const MacAddress
Source
pub fn stationAddress(self: *const SimpleNetwork, reset_flag: bool, new: ?*const MacAddress) Status {
return self._station_address(self, reset_flag, new);
}