C# 클래스 BACSharp.Types.BacNetReal

파일 보기 프로젝트 열기: kib357/BACsharp 1 사용 예제들

공개 메소드들

메소드 설명
BacNetReal ( ) : System
BacNetReal ( byte apdu, int startIndex, int length, int &len ) : System
BacNetReal ( float value ) : System
GetBytes ( ) : byte[]
ToString ( ) : string

메소드 상세

BacNetReal() 공개 메소드

public BacNetReal ( ) : System
리턴 System

BacNetReal() 공개 메소드

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

BacNetReal() 공개 메소드

public BacNetReal ( float value ) : System
value float
리턴 System

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string