C# 클래스 System.IO.BACnet.BacnetSerialPortTransport

상속: IBacnetSerialTransport
파일 보기 프로젝트 열기: temcocontrols/T3000_Building_Automation_System

공개 메소드들

메소드 설명
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

메소드 상세

BacnetSerialPortTransport() 공개 메소드

public BacnetSerialPortTransport ( string port_name, int baud_rate ) : System
port_name string
baud_rate int
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Open() 공개 메소드

public Open ( ) : void
리턴 void

Read() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

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