コード例 #1
0
ファイル: DeviceController.cs プロジェクト: kpocza/thriot
 public DeviceController(DeviceReportingService reportingService, DeviceAuthenticationContext deviceAuthenticationContext)
 {
     _reportingService            = reportingService;
     _deviceAuthenticationContext = deviceAuthenticationContext;
 }
 // Use this for initialization
 private void Awake()
 {
     context = new DeviceAuthenticationContext(this);
 }