C# 클래스 BACSharp.Types.BacNetDouble

파일 보기 프로젝트 열기: kib357/BACsharp

공개 메소드들

메소드 설명
BacNetDouble ( ) : System
BacNetDouble ( byte apdu, int startIndex, int length, int &len ) : System
GetBytes ( ) : byte[]

메소드 상세

BacNetDouble() 공개 메소드

public BacNetDouble ( ) : System
리턴 System

BacNetDouble() 공개 메소드

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

GetBytes() 공개 메소드

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