Property | Type | Description | |
---|---|---|---|
Dup | bool | ||
Retained | bool | ||
TopicId | ushort | ||
qualityOfService | QoS | ||
topicIdType | TopicIdType |
Method | Description | |
---|---|---|
GetBytes ( ) : byte[] | ||
MsPublish ( Topic val, ushort topicId, QoS qualityOfService ) : System | ||
MsPublish ( byte buf, int start, int end ) : System | ||
ToString ( ) : string |
public MsPublish ( Topic val, ushort topicId, QoS qualityOfService ) : System | ||
val | Topic | |
topicId | ushort | |
qualityOfService | QoS | |
return | System |
public MsPublish ( byte buf, int start, int end ) : System | ||
buf | byte | |
start | int | |
end | int | |
return | System |