mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 08:56:51 +01:00
Bugfix Set a secure flag to a Client instance.
Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -656,3 +656,7 @@ bool Network::isSecure()
|
||||
return _secureFlg;
|
||||
}
|
||||
|
||||
void Network::setSecure(bool secureFlg)
|
||||
{
|
||||
_secureFlg = secureFlg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user