GEMConnection¶
Namespace: wevr.GEM.Runtime.GEMRestCommunicationProxy
Type: Class
Nested Types¶
ConnectionData
Properties¶
address¶
string address { get; set; }
apiCode¶
int apiCode { get; set; }
error¶
GEMError error { get; set; }
port¶
string port { get; set; }
sessionName¶
string sessionName { get; set; }
sessionPassword¶
string sessionPassword { get; set; }
successful¶
bool successful { get; set; }
Methods¶
GEMConnection¶
GEMConnection()
GEMConnection¶
GEMConnection(int apiCode, ConnectionData connection)
GEMConnection¶
GEMConnection(int apiCode, GEMError error)