C# 클래스 BACSharp.Types.BacNetInt

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

공개 메소드들

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

메소드 상세

BacNetInt() 공개 메소드

public BacNetInt ( ) : System
리턴 System

BacNetInt() 공개 메소드

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

BacNetInt() 공개 메소드

public BacNetInt ( int value ) : System
value int
리턴 System

GetBytes() 공개 메소드

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

GetLength() 공개 메소드

public GetLength ( ) : int
리턴 int