C# Class BACnet.Core.Network.Route

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
Route ( ushort network, byte portId, Mac nextHop ) : System

Constructs a new Route instance

Method Details

Route() public method

Constructs a new Route instance
public Route ( ushort network, byte portId, Mac nextHop ) : System
network ushort The network number of the route
portId byte The port id of the next hop port
nextHop BACnet.Core.Datalink.Mac The next hop mac address, or a broadcast address for a local port
return System