C# Class X13.Periphery.MsPubAck

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

Public Properties

Property Type Description
TopicId ushort
retCode MsReturnCode

Public Methods

Method Description
GetBytes ( ) : byte[]
MsPubAck ( byte buf, int start, int end ) : System
MsPubAck ( ushort topicId, ushort messageId, MsReturnCode retCode ) : System
ToString ( ) : string

Method Details

GetBytes() public method

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

MsPubAck() public method

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

MsPubAck() public method

public MsPubAck ( ushort topicId, ushort messageId, MsReturnCode retCode ) : System
topicId ushort
messageId ushort
retCode MsReturnCode
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

TopicId public_oe property

public ushort TopicId
return ushort

retCode public_oe property

public MsReturnCode retCode
return MsReturnCode