C# Class System.IO.BACnet.BacnetPipeTransport

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

Private Properties

Свойство Type Description
Disconnect void
FindClose bool
FindFirstFile System.IntPtr
FindNextFile int
PeekNamedPipe bool
WaitForConnection bool

Méthodes publiques

Méthode Description
BacnetPipeTransport ( string name, bool is_server = false ) : System
Close ( ) : void
Dispose ( ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
Open ( ) : void
PeekPipe ( ) : int
Read ( byte buffer, int offset, int length, int timeout_ms ) : int
ToString ( ) : string
Write ( byte buffer, int offset, int length ) : void

Private Methods

Méthode Description
Disconnect ( ) : void
FindClose ( IntPtr hFindFile ) : bool
FindFirstFile ( string lpFileName, WIN32_FIND_DATA &lpFindFileData ) : IntPtr
FindNextFile ( IntPtr hFindFile, WIN32_FIND_DATA &lpFindFileData ) : int
PeekNamedPipe ( IntPtr handle, IntPtr buffer, uint nBufferSize, IntPtr bytesRead, uint &bytesAvail, IntPtr BytesLeftThisMessage ) : bool
WaitForConnection ( int timeout_ms ) : bool

Method Details

BacnetPipeTransport() public méthode

public BacnetPipeTransport ( string name, bool is_server = false ) : System
name string
is_server bool
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

PeekPipe() public méthode

public PeekPipe ( ) : int
Résultat int

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