C# Class System.IO.BACnet.BacnetSerialPortTransport

Inheritance: IBacnetSerialTransport
Datei anzeigen Open project: temcocontrols/T3000_Building_Automation_System

Public Methods

Method Description
BacnetSerialPortTransport ( string port_name, int baud_rate ) : System
Close ( ) : void
Dispose ( ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
Open ( ) : void
Read ( byte buffer, int offset, int length, int timeout_ms ) : int
ToString ( ) : string
Write ( byte buffer, int offset, int length ) : void

Method Details

BacnetSerialPortTransport() public method

public BacnetSerialPortTransport ( string port_name, int baud_rate ) : System
port_name string
baud_rate int
return System

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Open() public method

public Open ( ) : void
return void

Read() public method

public Read ( byte buffer, int offset, int length, int timeout_ms ) : int
buffer byte
offset int
length int
timeout_ms int
return int

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
return void