C# Class BACSharp.Types.BacNetUInt

Afficher le fichier Open project: kib357/BACsharp Class Usage Examples

Méthodes publiques

Méthode Description
BacNetUInt ( ) : System
BacNetUInt ( byte apdu, int startIndex, int length, int &len ) : System
BacNetUInt ( uint value ) : System
GetBytes ( ) : byte[]
GetLength ( ) : int

Method Details

BacNetUInt() public méthode

public BacNetUInt ( ) : System
Résultat System

BacNetUInt() public méthode

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

BacNetUInt() public méthode

public BacNetUInt ( uint value ) : System
value uint
Résultat System

GetBytes() public méthode

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

GetLength() public méthode

public GetLength ( ) : int
Résultat int