C# Class BACSharp.Services.Confirmed.CreateObject

Inheritance: IBacNetApdu
显示文件 Open project: kib357/BACsharp Class Usage Examples

Public Methods

Method Description
CreateObject ( BacNetObject bacNetObject ) : System
CreateObject ( byte apdu ) : System
GetBytes ( ) : byte[]

Method Details

CreateObject() public method

public CreateObject ( BacNetObject bacNetObject ) : System
bacNetObject BacNetObject
return System

CreateObject() public method

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

GetBytes() public method

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