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

GuestProfileLoaded(string profileName);

Profile Unloaded

Profile was unloaded from a headset

ProfileUnloaded(string profileName);

Profile Saved

Changes were saved to the training profile

ProfileSaved(string profileName);

Last updated