C# Class BACSharp.Types.BacNetRemoteDevice

Datei anzeigen Open project: kib357/BACsharp Class Usage Examples

Public Methods

Method Description
BacNetRemoteDevice ( ) : System
Get ( string str ) : BacNetRemoteDevice
GetObject ( string id ) : BacNetObject

Method Details

BacNetRemoteDevice() public method

public BacNetRemoteDevice ( ) : System
return System

Get() public static method

public static Get ( string str ) : BacNetRemoteDevice
str string
return BacNetRemoteDevice

GetObject() public method

public GetObject ( string id ) : BacNetObject
id string
return BacNetObject