C# Class BACSharp.BacNetResponse

Datei anzeigen Open project: kib357/BACsharp Class Usage Examples

Public Methods

Method Description
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

Method Details

BacNetResponse() public method

public BacNetResponse ( ) : System
return System

ReceivedCovNotification() public method

public ReceivedCovNotification ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedErrorAck() public method

public ReceivedErrorAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedEventNotification() public method

public ReceivedEventNotification ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedIAm() public method

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

ReceivedIHave() public method

public ReceivedIHave ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedPrivateTransfer() public method

public ReceivedPrivateTransfer ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedReadProperty() public method

public ReceivedReadProperty ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedReadPropertyAck() public method

public ReceivedReadPropertyAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedReadPropertyMultipleAck() public method

public ReceivedReadPropertyMultipleAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedSimpleAck() public method

public ReceivedSimpleAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedTextMessage() public method

public ReceivedTextMessage ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedTimeSynchronization() public method

public ReceivedTimeSynchronization ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedUtcTimeSynchronization() public method

public ReceivedUtcTimeSynchronization ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedWhoHas() public method

public ReceivedWhoHas ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void

ReceivedWhoIs() public method

public ReceivedWhoIs ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
return void