C# Class BACnet.IP.Bvlc.BvlcHeader

Mostra file Open project: LorenVS/bacstack Class Usage Examples

Public Methods

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

Constructs a new BvlcHeader instance
public BvlcHeader ( ) : System
return System

Deserialize() public method

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
return int

Serialize() public method

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
return int