File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1074,14 +1074,14 @@ void AsyncClient::setRxTimeout(uint32_t timeout)
1074
1074
1075
1075
// ///////////////////////////////////////////////
1076
1076
1077
- uint32_t AsyncClient::getRxTimeout ()
1077
+ uint32_t AsyncClient::getRxTimeout () const
1078
1078
{
1079
1079
return _rx_since_timeout;
1080
1080
}
1081
1081
1082
1082
// ///////////////////////////////////////////////
1083
1083
1084
- uint32_t AsyncClient::getAckTimeout ()
1084
+ uint32_t AsyncClient::getAckTimeout () const
1085
1085
{
1086
1086
return _ack_timeout;
1087
1087
}
@@ -1108,7 +1108,7 @@ void AsyncClient::setNoDelay(bool nodelay)
1108
1108
1109
1109
// ///////////////////////////////////////////////
1110
1110
1111
- bool AsyncClient::getNoDelay ()
1111
+ bool AsyncClient::getNoDelay () const
1112
1112
{
1113
1113
if (!_pcb)
1114
1114
return false ;
@@ -1158,7 +1158,7 @@ uint32_t AsyncClient::getLocalAddress() const
1158
1158
1159
1159
// ///////////////////////////////////////////////
1160
1160
1161
- uint16_t AsyncClient::getLocalPort ()
1161
+ uint16_t AsyncClient::getLocalPort () const
1162
1162
{
1163
1163
if (!_pcb)
1164
1164
return 0 ;
You can’t perform that action at this time.
0 commit comments