C# Class BACSharp.Network.BacNetIpNetwork

Inheritance: IBacNetNetwork
Afficher le fichier Open project: kib357/BACsharp

Private Properties

Свойство Type Description
Completed void

Méthodes publiques

Méthode Description
BacNetIpNetwork ( IPAddress address, IPAddress mask, int udpport = 47808 ) : System
Send ( byte message, IPEndPoint endPoint = null ) : void

Private Methods

Méthode Description
Completed ( IAsyncResult ar ) : void

Method Details

BacNetIpNetwork() public méthode

public BacNetIpNetwork ( IPAddress address, IPAddress mask, int udpport = 47808 ) : System
address System.Net.IPAddress
mask System.Net.IPAddress
udpport int
Résultat System

Send() public méthode

public Send ( byte message, IPEndPoint endPoint = null ) : void
message byte
endPoint System.Net.IPEndPoint
Résultat void