ToxCore.SaveDataType – toxcore Reference Manual
Packages
toxcore
ToxCore
SaveDataType
NONE
SECRET_KEY
TOX_SAVE
SaveDataType
Description:
public
enum
SaveDataType
Type of savedata to create the Tox instance from.
Namespace:
ToxCore
Package:
toxcore
Content:
Enum values:
NONE
-
No savedata.
SECRET_KEY
-
Savedata is a secret key of length
SECRET_KEY_SIZE
.
TOX_SAVE
-
Savedata is one that was obtained from
Tox.get_savedata
.