C# 클래스 BACSharp.BacNetResponse

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

공개 메소드들

메소드 설명
BacNetResponse ( ) : System
ReceivedCovNotification ( BacNetRawMessage msg ) : void
ReceivedErrorAck ( BacNetRawMessage msg ) : void
ReceivedEventNotification ( BacNetRawMessage msg ) : void
ReceivedIAm ( BacNetRawMessage msg, IPEndPoint endPoint ) : void
ReceivedIHave ( BacNetRawMessage msg ) : void
ReceivedPrivateTransfer ( BacNetRawMessage msg ) : void
ReceivedReadProperty ( BacNetRawMessage msg ) : void
ReceivedReadPropertyAck ( BacNetRawMessage msg ) : void
ReceivedReadPropertyMultipleAck ( BacNetRawMessage msg ) : void
ReceivedSimpleAck ( BacNetRawMessage msg ) : void
ReceivedTextMessage ( BacNetRawMessage msg ) : void
ReceivedTimeSynchronization ( BacNetRawMessage msg ) : void
ReceivedUtcTimeSynchronization ( BacNetRawMessage msg ) : void
ReceivedWhoHas ( BacNetRawMessage msg ) : void
ReceivedWhoIs ( BacNetRawMessage msg ) : void

메소드 상세

BacNetResponse() 공개 메소드

public BacNetResponse ( ) : System
리턴 System

ReceivedCovNotification() 공개 메소드

public ReceivedCovNotification ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedErrorAck() 공개 메소드

public ReceivedErrorAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedEventNotification() 공개 메소드

public ReceivedEventNotification ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedIAm() 공개 메소드

public ReceivedIAm ( BacNetRawMessage msg, IPEndPoint endPoint ) : void
msg BACSharp.Types.BacNetRawMessage
endPoint System.Net.IPEndPoint
리턴 void

ReceivedIHave() 공개 메소드

public ReceivedIHave ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedPrivateTransfer() 공개 메소드

public ReceivedPrivateTransfer ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedReadProperty() 공개 메소드

public ReceivedReadProperty ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedReadPropertyAck() 공개 메소드

public ReceivedReadPropertyAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedReadPropertyMultipleAck() 공개 메소드

public ReceivedReadPropertyMultipleAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedSimpleAck() 공개 메소드

public ReceivedSimpleAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedTextMessage() 공개 메소드

public ReceivedTextMessage ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedTimeSynchronization() 공개 메소드

public ReceivedTimeSynchronization ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedUtcTimeSynchronization() 공개 메소드

public ReceivedUtcTimeSynchronization ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedWhoHas() 공개 메소드

public ReceivedWhoHas ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void

ReceivedWhoIs() 공개 메소드

public ReceivedWhoIs ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
리턴 void