C# 클래스 BACSharp.Types.BacNetEnumeration

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

공개 메소드들

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

메소드 상세

BacNetEnumeration() 공개 메소드

public BacNetEnumeration ( ) : System
리턴 System

BacNetEnumeration() 공개 메소드

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

BacNetEnumeration() 공개 메소드

public BacNetEnumeration ( uint value ) : System
value uint
리턴 System

GetBytes() 공개 메소드

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

GetLength() 공개 메소드

public GetLength ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string