C# Class BACnet.Core.App.Messages.SegmentAckMessage

Inheritance: IAppMessage
Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( byte buffer, int offset, int end ) : int

Deserializes the app message from a buffer

Serialize ( byte buffer, int offset ) : int

Serializes the app message to a buffer

Method Details

Deserialize() public méthode

Deserializes the app message from a buffer
public Deserialize ( byte buffer, int offset, int end ) : int
buffer byte The buffer to deserialize from
offset int The offset to begin deserializing
end int The end of the buffer content
Résultat int

Serialize() public méthode

Serializes the app message to a buffer
public Serialize ( byte buffer, int offset ) : int
buffer byte The buffer to serialize to
offset int The offset to begin serializing
Résultat int