C# Class BACSharp.Types.BacNetInt

Show file Open project: kib357/BACsharp

Public Methods

Method Description
BacNetInt ( ) : System
BacNetInt ( byte apdu, int startIndex, int length, int &len ) : System
BacNetInt ( int value ) : System
GetBytes ( ) : byte[]
GetLength ( ) : int

Method Details

BacNetInt() public method

public BacNetInt ( ) : System
return System

BacNetInt() public method

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

BacNetInt() public method

public BacNetInt ( int value ) : System
value int
return System

GetBytes() public method

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

GetLength() public method

public GetLength ( ) : int
return int