C# Class BACnet.Core.App.Messages.AbortMessage

Inheritance: IAppMessage
Show file Open project: LorenVS/bacstack Class Usage Examples

Public Methods

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

Deserializes the app message from a buffer

Serialize ( byte buffer, int offset ) : int

Serializes the app message to a buffer

Method Details

Deserialize() public method

Deserializes the app message from a buffer
public Deserialize ( byte buffer, int offset, int end ) : int
buffer byte The buffer to deserialize from
offset int The offset to begin deserializing
end int The end of the buffer content
return int

Serialize() public method

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