C# Class BACSharp.Types.BacNetEnumeration

Show file Open project: kib357/BACsharp

Public Methods

Method Description
BacNetEnumeration ( ) : System
BacNetEnumeration ( byte apdu, int startIndex, int length, int &len ) : System
BacNetEnumeration ( uint value ) : System
GetBytes ( ) : byte[]
GetLength ( ) : int
ToString ( ) : string

Method Details

BacNetEnumeration() public method

public BacNetEnumeration ( ) : System
return System

BacNetEnumeration() public method

public BacNetEnumeration ( byte apdu, int startIndex, int length, int &len ) : System
apdu byte
startIndex int
length int
len int
return System

BacNetEnumeration() public method

public BacNetEnumeration ( uint value ) : System
value uint
return System

GetBytes() public method

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

GetLength() public method

public GetLength ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string