C# Class BACSharp.BacNetResponse

Afficher le fichier Open project: kib357/BACsharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BacNetResponse ( ) : System
Résultat System

ReceivedCovNotification() public méthode

public ReceivedCovNotification ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedErrorAck() public méthode

public ReceivedErrorAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedEventNotification() public méthode

public ReceivedEventNotification ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedIAm() public méthode

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

ReceivedIHave() public méthode

public ReceivedIHave ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedPrivateTransfer() public méthode

public ReceivedPrivateTransfer ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedReadProperty() public méthode

public ReceivedReadProperty ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedReadPropertyAck() public méthode

public ReceivedReadPropertyAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedReadPropertyMultipleAck() public méthode

public ReceivedReadPropertyMultipleAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedSimpleAck() public méthode

public ReceivedSimpleAck ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedTextMessage() public méthode

public ReceivedTextMessage ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedTimeSynchronization() public méthode

public ReceivedTimeSynchronization ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedUtcTimeSynchronization() public méthode

public ReceivedUtcTimeSynchronization ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedWhoHas() public méthode

public ReceivedWhoHas ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void

ReceivedWhoIs() public méthode

public ReceivedWhoIs ( BacNetRawMessage msg ) : void
msg BACSharp.Types.BacNetRawMessage
Résultat void