C# Class BACSharp.Types.BacNetTag

Show file Open project: kib357/BACsharp Class Usage Examples

Public Methods

Method Description
BacNetTag ( ) : System
BacNetTag ( byte tagBytes, int startIndex, int &len ) : System
GetBytes ( ) : byte[]

Method Details

BacNetTag() public method

public BacNetTag ( ) : System
return System

BacNetTag() public method

public BacNetTag ( byte tagBytes, int startIndex, int &len ) : System
tagBytes byte
startIndex int
len int
return System

GetBytes() public method

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