C# Class BACnet.IP.Bvlc.BvlcHeader

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

Méthodes publiques

Méthode Description
BvlcHeader ( ) : System

Constructs a new BvlcHeader instance

Deserialize ( byte buffer, int offset ) : int

Deserializes the message from a buffer

Serialize ( byte buffer, int offset ) : int

Serializes the header to a buffer

Method Details

BvlcHeader() public méthode

Constructs a new BvlcHeader instance
public BvlcHeader ( ) : System
Résultat System

Deserialize() public méthode

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

Serialize() public méthode

Serializes the header 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