Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
_GetBroadcastAddress ( ) : BacnetAddress |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public static Convert ( BacnetAddress addr, System &ep ) : void | ||
addr | BacnetAddress | |
ep | System | |
Результат | void |
public static Convert ( System ep, BacnetAddress &addr ) : void | ||
ep | System | |
addr | BacnetAddress | |
Результат | void |
public static ConvertToHex ( byte buffer, int length ) : string | ||
buffer | byte | |
length | int | |
Результат | string |
public GetBroadcastAddress ( ) : BacnetAddress | ||
Результат | BacnetAddress |
public Send ( byte buffer, int data_length, System ep ) : int | ||
buffer | byte | |
data_length | int | |
ep | System | |
Результат | 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 | |
Результат | int |
public WaitForAllTransmits ( int timeout ) : bool | ||
timeout | int | |
Результат | bool |
protected _GetBroadcastAddress ( ) : BacnetAddress | ||
Результат | BacnetAddress |