C# Class BACSharp.Network.BacNetIpNetwork

Inheritance: IBacNetNetwork
Show file Open project: kib357/BACsharp

Private Properties

Property Type Description
Completed void

Public Methods

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

Private Methods

Method Description
Completed ( IAsyncResult ar ) : void

Method Details

BacNetIpNetwork() public method

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

Send() public method

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