C# Class BACnet.Core.BufferSegment

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Empty BufferSegment

Public Methods

Method Description
BufferSegment ( byte buffer, int offset, int end ) : System

Constructs a new buffer segment instance

Method Details

BufferSegment() public method

Constructs a new buffer segment instance
public BufferSegment ( byte buffer, int offset, int end ) : System
buffer byte The buffer
offset int The offset of the segment within the buffer
end int
return System

Property Details

Empty public static property

An empty buffer segment
public static BufferSegment,BACnet.Core Empty
return BufferSegment