C# Class X13.Periphery.MsSubscribe

Inheritance: MsMessage
Show file Open project: X13home/X13.Host Class Usage Examples

Public Properties

Property Type Description
dup bool
path string
qualityOfService QoS
topicId ushort
topicIdType TopicIdType

Public Methods

Method Description
GetBytes ( ) : byte[]
MsSubscribe ( byte buf, int start, int end ) : System

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

MsSubscribe() public method

public MsSubscribe ( byte buf, int start, int end ) : System
buf byte
start int
end int
return System

Property Details

dup public property

public bool dup
return bool

path public property

public string path
return string

qualityOfService public property

public QoS qualityOfService
return QoS

topicId public property

public ushort topicId
return ushort

topicIdType public property

public TopicIdType topicIdType
return TopicIdType