Function getStatus [src]

Reads the current interrupt status and recycled transmit buffer status from a network interface.

Prototype

pub fn getStatus(self: *const SimpleNetwork, interrupt_status: *InterruptStatus, tx_buf: ?*?[*]u8) Status

Parameters

self: *const SimpleNetworkinterrupt_status: *InterruptStatustx_buf: ?*?[*]u8

Source

pub fn getStatus(self: *const SimpleNetwork, interrupt_status: *InterruptStatus, tx_buf: ?*?[*]u8) Status { return self._get_status(self, interrupt_status, tx_buf); }