コード例 #1
0
ファイル: DataHandler.cs プロジェクト: theoturner/FHIRWEAVR
 public void StartSession()
 {
     // Creates device profile.
     // If device profile already exists, changes FHIR state to active and updates dateTime.
     GenFHIR.Device();
     Debug.Log("FHIRWEAVR session started.");
 }
コード例 #2
0
ファイル: DataHandler.cs プロジェクト: theoturner/FHIRWEAVR
 public void EndSession()
 {
     // Changes FHIR active state to inactive and updates FHIR dateTime.
     GenFHIR.Device(0);
     Debug.Log("FHIRWEAVR session ended.");
 }