C# Class BACnet.IP.Bvlc.OriginalBroadcastNpduMessage

Inheritance: IBvlcMessage
Exibir arquivo Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method Description
Deserialize ( byte buffer, int offset ) : int

Deserializes the message from a buffer

OriginalBroadcastNpduMessage ( ) : System

Constructs a new OriginalBroadcastNpduMessage instance

Serialize ( byte buffer, int offset ) : int

Serializes the message to a buffer

Method Details

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

OriginalBroadcastNpduMessage() public method

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

Serialize() public method

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