17 #include <pia/local/local_LocalJoinSessionSetting.h> 55 virtual const char* GetPassphrase()
const 73 virtual nn::Result
SetPassphrase(
const char* pPassphrase,
size_t passphraseSize);
static const size_t PASSPHRASE_LENGTH_MAX
Specifies the maximum size of the passphrase used to encrypt the wireless layer.
Definition: local_UdsJoinSessionSetting.h:38
Class that manages JoinSession settings in LocalNetwork sessions.
Definition: local_UdsJoinSessionSetting.h:31
UdsJoinSessionSetting()
Instantiates an object.
Definition: local_UdsJoinSessionSetting.h:43
static const size_t PASSPHRASE_LENGTH_MIN
Specifies the minimum size of the passphrase used to encrypt the wireless layer.
Definition: local_UdsJoinSessionSetting.h:35
virtual ~UdsJoinSessionSetting()
Destroys the object.
Definition: local_UdsJoinSessionSetting.h:50
Base class that manages the settings for the JoinSession function with a LocalNetwork object...
Definition: local_LocalJoinSessionSetting.h:41
virtual nn::Result SetPassphrase(const char *pPassphrase, size_t passphraseSize)
Sets the passphrase used for encrypting the wireless layer and its size.