Skip to content

GEMDeviceState

← Back to Runtime | Home

Namespace: wevr.GEM.Runtime.GEMRestCommunicationProxy

Type: Class

Properties

apiCode

int apiCode { get; set; }

deviceState

DeviceState deviceState { get; set; }

gemError

GEMError gemError { get; set; }

gemUserID

int gemUserID { get; set; }

Methods

GEMDeviceState

 GEMDeviceState()

GEMDeviceState

 GEMDeviceState(int apiCode, int userID, int deviceState)

GEMDeviceState

 GEMDeviceState(int apiCode, GEMError error)