Events

Profile List Query Result

Provides a list of names belonging to all extant profiles

ProfileListQueryResult(List<string> profileNames);

Current Profile Result

Provides the profile name currently loaded to the headset provided in the related request

CurrentProfileResult(string profileName);

Profile Created

Profile was created

ProfileCreated(string profileName);

Profile Loaded

Profile was loaded to a headset

ProfileLoaded(string profileName);

Guest Profile Loaded

Guest profile was loaded to a headset, argument is not meaningful

Profile Unloaded

Profile was unloaded from a headset

Profile Saved

Changes were saved to the training profile

Last updated