C# Class BACSharp.Types.BacNetDouble

Mostra file Open project: kib357/BACsharp

Public Methods

Method Description
BacNetDouble ( ) : System
BacNetDouble ( byte apdu, int startIndex, int length, int &len ) : System
GetBytes ( ) : byte[]

Method Details

BacNetDouble() public method

public BacNetDouble ( ) : System
return System

BacNetDouble() public method

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

GetBytes() public method

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