C# Class BACSharp.Types.BacNetInt

Afficher le fichier Open project: kib357/BACsharp

Méthodes publiques

Méthode 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 méthode

public BacNetInt ( ) : System
Résultat System

BacNetInt() public méthode

public BacNetInt ( byte apdu, int startIndex, int length, int &len ) : System
apdu byte
startIndex int
length int
len int
Résultat System

BacNetInt() public méthode

public BacNetInt ( int value ) : System
value int
Résultat System

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

GetLength() public méthode

public GetLength ( ) : int
Résultat int