C# 클래스 BACnet.IP.Bvlc.BvlcHeader

파일 보기 프로젝트 열기: LorenVS/bacstack 1 사용 예제들

공개 메소드들

메소드 설명
BvlcHeader ( ) : System

Constructs a new BvlcHeader instance

Deserialize ( byte buffer, int offset ) : int

Deserializes the message from a buffer

Serialize ( byte buffer, int offset ) : int

Serializes the header to a buffer

메소드 상세

BvlcHeader() 공개 메소드

Constructs a new BvlcHeader instance
public BvlcHeader ( ) : System
리턴 System

Deserialize() 공개 메소드

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
리턴 int

Serialize() 공개 메소드

Serializes the header to a buffer
public Serialize ( byte buffer, int offset ) : int
buffer byte The buffer to serialize to
offset int The offset to begin serializing
리턴 int