C# Class BACSharp.Services.Confirmed.WriteProperty

Inheritance: IBacNetApdu
Show file Open project: kib357/BACsharp Class Usage Examples

Public Methods

Method Description
GetBytes ( ) : byte[]
WriteProperty ( BacNetObject bacNetObject, BacNetEnums propertyId, ArrayList valueList ) : System
WriteProperty ( byte apdu ) : System

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

WriteProperty() public method

public WriteProperty ( BacNetObject bacNetObject, BacNetEnums propertyId, ArrayList valueList ) : System
bacNetObject BacNetObject
propertyId BacNetEnums
valueList System.Collections.ArrayList
return System

WriteProperty() public method

public WriteProperty ( byte apdu ) : System
apdu byte
return System