C# Class BACSharp.Types.BacNetReal

Show file Open project: kib357/BACsharp Class Usage Examples

Public Methods

Method 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 method

public BacNetReal ( ) : System
return System

BacNetReal() public method

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

BacNetReal() public method

public BacNetReal ( float value ) : System
value float
return System

GetBytes() public method

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

ToString() public method

public ToString ( ) : string
return string