C# 클래스 BACSharp.Types.BacNetTag

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

공개 메소드들

메소드 설명
BacNetTag ( ) : System
BacNetTag ( byte tagBytes, int startIndex, int &len ) : System
GetBytes ( ) : byte[]

메소드 상세

BacNetTag() 공개 메소드

public BacNetTag ( ) : System
리턴 System

BacNetTag() 공개 메소드

public BacNetTag ( byte tagBytes, int startIndex, int &len ) : System
tagBytes byte
startIndex int
len int
리턴 System

GetBytes() 공개 메소드

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