Skip to content

GenericGEMResponse

← Back to Runtime | Home

Namespace: wevr.GEM.Runtime.GEMRestCommunicationProxy

Type: Class

Properties

apiCode

int apiCode { get; set; }

error

GEMError error { get; set; }

successful

bool successful { get; set; }

Methods

GenericGEMResponse

 GenericGEMResponse()

GenericGEMResponse

 GenericGEMResponse(int apiCode, GEMError gemError)