nerves_network_interface v0.4.4 Nerves.NetworkInterface.Worker
Working for NetworkInterface.
See Nerves.NetworkInterface for more details.
Link to this section Summary
Types
Command to be sent to the port
Arguments for a command
Interface name
Setup options
Interface settings
Status response
State of the GenServer
Link to this section Types
Command to be sent to the port.
Arguments for a command
Interface name
Setup options.
    
      
      Link to this type
    
    settings()
    
    
    
      
        
          
    
  
  settings() :: %{ipv4_address: ip_address(), ipv4_broadcast: ip_address(), ipv4_gateway: ip_address(), ipv4_subnet_mask: ip_address()}
        
      Interface settings
    
      
      Link to this type
    
    stats()
    
    
    
      
        
          
    
  
  stats() :: %{collisions: number(), multicast: number(), rx_bytes: number(), rx_dropped: number(), rx_errors: number(), rx_packets: number(), tx_bytes: number(), tx_dropped: number(), tx_errors: number(), tx_packets: number()}
        
      
    
      
      Link to this type
    
    status()
    
    
    
      
    
  
  Status response
State of the GenServer