C# 클래스 BACnet.Core.App.Messages.AbortMessage

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

공개 메소드들

메소드 설명
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

메소드 상세

Deserialize() 공개 메소드

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

Serialize() 공개 메소드

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