C# Class X13.Periphery.MsSubscribe

Inheritance: MsMessage
Mostra 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_oe property

public bool dup
return bool

path public_oe property

public string path
return string

qualityOfService public_oe property

public QoS qualityOfService
return QoS

topicId public_oe property

public ushort topicId
return ushort

topicIdType public_oe property

public TopicIdType topicIdType
return TopicIdType