Interface SidewalkSendDataToDevice.Builder

    • Method Detail

      • seq

        SidewalkSendDataToDevice.Builder seq​(Integer seq)

        The sequence number.

        Parameters:
        seq - The sequence number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • messageType

        SidewalkSendDataToDevice.Builder messageType​(String messageType)
        Sets the value of the MessageType property for this object.
        Parameters:
        messageType - The new value for the MessageType property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MessageType, MessageType
      • messageType

        SidewalkSendDataToDevice.Builder messageType​(MessageType messageType)
        Sets the value of the MessageType property for this object.
        Parameters:
        messageType - The new value for the MessageType property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MessageType, MessageType
      • ackModeRetryDurationSecs

        SidewalkSendDataToDevice.Builder ackModeRetryDurationSecs​(Integer ackModeRetryDurationSecs)

        The duration of time in seconds to retry sending the ACK.

        Parameters:
        ackModeRetryDurationSecs - The duration of time in seconds to retry sending the ACK.
        Returns:
        Returns a reference to this object so that method calls can be chained together.