C# 클래스 X13.Periphery.MsPublish

상속: MsMessage
파일 보기 프로젝트 열기: X13home/X13.Host 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Dup bool
Retained bool
TopicId ushort
qualityOfService QoS
topicIdType TopicIdType

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
MsPublish ( Topic val, ushort topicId, QoS qualityOfService ) : System
MsPublish ( byte buf, int start, int end ) : System
ToString ( ) : string

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

MsPublish() 공개 메소드

public MsPublish ( Topic val, ushort topicId, QoS qualityOfService ) : System
val Topic
topicId ushort
qualityOfService QoS
리턴 System

MsPublish() 공개 메소드

public MsPublish ( byte buf, int start, int end ) : System
buf byte
start int
end int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Dup 공개적으로 프로퍼티

public bool Dup
리턴 bool

Retained 공개적으로 프로퍼티

public bool Retained
리턴 bool

TopicId 공개적으로 프로퍼티

public ushort TopicId
리턴 ushort

qualityOfService 공개적으로 프로퍼티

public QoS qualityOfService
리턴 QoS

topicIdType 공개적으로 프로퍼티

public TopicIdType topicIdType
리턴 TopicIdType