Method | 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 |
Method | Description | |
---|---|---|
_GetBroadcastAddress ( ) : BacnetAddress |
Method | Description | |
---|---|---|
Close ( ) : void | ||
OnReceiveData ( IAsyncResult asyncResult ) : void | ||
Open ( ) : void |
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 | |
return | System |
public static Convert ( BacnetAddress addr, System &ep ) : void | ||
addr | BacnetAddress | |
ep | System | |
return | void |
public static Convert ( System ep, BacnetAddress &addr ) : void | ||
ep | System | |
addr | BacnetAddress | |
return | void |
public static ConvertToHex ( byte buffer, int length ) : string | ||
buffer | byte | |
length | int | |
return | string |
public GetBroadcastAddress ( ) : BacnetAddress | ||
return | BacnetAddress |
public Send ( byte buffer, int data_length, System ep ) : int | ||
buffer | byte | |
data_length | int | |
ep | System | |
return | int |
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 | |
return | int |
public WaitForAllTransmits ( int timeout ) : bool | ||
timeout | int | |
return | bool |
protected _GetBroadcastAddress ( ) : BacnetAddress | ||
return | BacnetAddress |