1#ifndef W_COMMERRORCODE_H
2#define W_COMMERRORCODE_H
13 int get() {
return _errorCode; }
14 void set(
int value) { _errorCode = value; }
17 property String^ ErrorMeaning
20 void set(String^ value) {
Definition WAvailableResolution.h:7
Definition WCommunicationErrorCode.h:6
WCommunicationErrorCode()
Definition WCommunicationErrorCode.h:8
String _errorMeaning
Definition WCommunicationErrorCode.h:26
property int ErrorCode
Definition WCommunicationErrorCode.h:12