C# Class BACSharp.Types.BacNetEnumeration

Afficher le fichier Open project: kib357/BACsharp

Méthodes publiques

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

public BacNetEnumeration ( ) : System
Résultat System

BacNetEnumeration() public méthode

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

BacNetEnumeration() public méthode

public BacNetEnumeration ( 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

ToString() public méthode

public ToString ( ) : string
Résultat string