C# Class BACnet.Core.Network.Route

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Méthode Description
Route ( ushort network, byte portId, Mac nextHop ) : System

Constructs a new Route instance

Method Details

Route() public méthode

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
Résultat System