Function reset [src]
Resets a network adapter and reinitializes it with the parameters that were provided in the previous call to initialize().
Prototype
pub fn reset(self: *const SimpleNetwork, extended_verification: bool) Status
Parameters
self: *const SimpleNetwork
extended_verification: bool
Source
pub fn reset(self: *const SimpleNetwork, extended_verification: bool) Status {
return self._reset(self, extended_verification);
}