C# Class BACnet.IP.Bvlc.ForwardedNpduMessage

Inheritance: IBvlcMessage
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

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

Deserializes the message from a buffer

ForwardedNpduMessage ( ) : System

Constructs a new forwarded npdu message 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

ForwardedNpduMessage() public method

Constructs a new forwarded npdu message instance
public ForwardedNpduMessage ( ) : 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