C# Class System.IO.BACnet.BacnetIpUdpProtocolTransport

This is the standard BACNet udp transport
Inheritance: IBacnetTransport, IDisposable
Afficher le fichier Open project: temcocontrols/T3000_Building_Automation_System Class Usage Examples

Méthodes publiques

Méthode Description
BacnetIpUdpProtocolTransport ( int port, bool use_exclusive_port = false, bool dont_fragment = false, int max_payload = 1472, string local_endpoint_ip = "" ) : System
Convert ( BacnetAddress addr, System &ep ) : void
Convert ( System ep, BacnetAddress &addr ) : void
ConvertToHex ( byte buffer, int length ) : string
Dispose ( ) : void
Equals ( object obj ) : bool
GetBroadcastAddress ( ) : BacnetAddress
GetHashCode ( ) : int
Send ( byte buffer, int data_length, System ep ) : int
Send ( byte buffer, int offset, int data_length, BacnetAddress address, bool wait_for_transmission, int timeout ) : int
Start ( ) : void
ToString ( ) : string
WaitForAllTransmits ( int timeout ) : bool

Méthodes protégées

Méthode Description
_GetBroadcastAddress ( ) : BacnetAddress

Private Methods

Méthode Description
Close ( ) : void
OnReceiveData ( IAsyncResult asyncResult ) : void
Open ( ) : void

Method Details

BacnetIpUdpProtocolTransport() public méthode

public BacnetIpUdpProtocolTransport ( int port, bool use_exclusive_port = false, bool dont_fragment = false, int max_payload = 1472, string local_endpoint_ip = "" ) : System
port int
use_exclusive_port bool
dont_fragment bool
max_payload int
local_endpoint_ip string
Résultat System

Convert() public static méthode

public static Convert ( BacnetAddress addr, System &ep ) : void
addr BacnetAddress
ep System
Résultat void

Convert() public static méthode

public static Convert ( System ep, BacnetAddress &addr ) : void
ep System
addr BacnetAddress
Résultat void

ConvertToHex() public static méthode

public static ConvertToHex ( byte buffer, int length ) : string
buffer byte
length int
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetBroadcastAddress() public méthode

public GetBroadcastAddress ( ) : BacnetAddress
Résultat BacnetAddress

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Send() public méthode

public Send ( byte buffer, int data_length, System ep ) : int
buffer byte
data_length int
ep System
Résultat int

Send() public méthode

public Send ( byte buffer, int offset, int data_length, BacnetAddress address, bool wait_for_transmission, int timeout ) : int
buffer byte
offset int
data_length int
address BacnetAddress
wait_for_transmission bool
timeout int
Résultat int

Start() public méthode

public Start ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WaitForAllTransmits() public méthode

public WaitForAllTransmits ( int timeout ) : bool
timeout int
Résultat bool

_GetBroadcastAddress() protected méthode

protected _GetBroadcastAddress ( ) : BacnetAddress
Résultat BacnetAddress