C# Class BACnet.IP.Bvlc.RegisterForeignDeviceMessage

Inheritance: IBvlcMessage
Datei anzeigen Open project: LorenVS/bacstack Class Usage Examples

Public Methods

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

Deserializes the message from a buffer

RegisterForeignDeviceMessage ( ) : System

Constructs a new RegisterForeignDeviceMessage 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

RegisterForeignDeviceMessage() public method

Constructs a new RegisterForeignDeviceMessage instance
public RegisterForeignDeviceMessage ( ) : 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