X13.Periphery.MsPubAck.MsPubAck C# (CSharp) Method

MsPubAck() public method

public MsPubAck ( ushort topicId, ushort messageId, MsReturnCode retCode ) : System
topicId ushort
messageId ushort
retCode MsReturnCode
return System
    public MsPubAck(ushort topicId, ushort messageId, MsReturnCode retCode)
      : base(MsMessageType.PUBACK) {
      this.TopicId=topicId;
      this.MessageId=messageId;
      this.retCode=retCode;
    }
    public MsPubAck(byte[] buf, int start, int end)

Same methods

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