C# Class System.IO.BACnet.BacnetSerialPortTransport

Inheritance: IBacnetSerialTransport
Afficher le fichier Open project: temcocontrols/T3000_Building_Automation_System

Méthodes publiques

Méthode 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 méthode

public BacnetSerialPortTransport ( string port_name, int baud_rate ) : System
port_name string
baud_rate int
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Open() public méthode

public Open ( ) : void
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int length, int timeout_ms ) : int
buffer byte
offset int
length int
timeout_ms int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void