C# 클래스 BACSharp.Types.BacNetTimeStamp

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

공개 메소드들

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

메소드 상세

BacNetTimeStamp() 공개 메소드

public BacNetTimeStamp ( ) : System
리턴 System

BacNetTimeStamp() 공개 메소드

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

BacNetTimeStamp() 공개 메소드

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

GetBytes() 공개 메소드

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