C# Class BACSharp.Types.BacNetReal

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

Méthodes publiques

Méthode Description
BacNetReal ( ) : System
BacNetReal ( byte apdu, int startIndex, int length, int &len ) : System
BacNetReal ( float value ) : System
GetBytes ( ) : byte[]
ToString ( ) : string

Method Details

BacNetReal() public méthode

public BacNetReal ( ) : System
Résultat System

BacNetReal() public méthode

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

BacNetReal() public méthode

public BacNetReal ( float value ) : System
value float
Résultat System

GetBytes() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string