PROP_RELIABILITY added to MSI and MSV as they answer to read request (#880)
Read request worked but write request gave "unknown property" error. PROP_RELIABILITY is already (at least) in AI and AV (meaning that it make sense to add it to MSI and MSV rather than removing its reading).
This commit is contained in:
@@ -53,8 +53,8 @@ static const int Properties_Required[] = {
|
|||||||
PROP_OUT_OF_SERVICE, PROP_NUMBER_OF_STATES, -1
|
PROP_OUT_OF_SERVICE, PROP_NUMBER_OF_STATES, -1
|
||||||
};
|
};
|
||||||
|
|
||||||
static const int Properties_Optional[] = { PROP_DESCRIPTION, PROP_STATE_TEXT,
|
static const int Properties_Optional[] = { PROP_DESCRIPTION, PROP_RELIABILITY,
|
||||||
-1 };
|
PROP_STATE_TEXT, -1 };
|
||||||
|
|
||||||
static const int Properties_Proprietary[] = { -1 };
|
static const int Properties_Proprietary[] = { -1 };
|
||||||
|
|
||||||
|
|||||||
@@ -53,8 +53,8 @@ static const int Properties_Required[] = {
|
|||||||
PROP_OUT_OF_SERVICE, PROP_NUMBER_OF_STATES, -1
|
PROP_OUT_OF_SERVICE, PROP_NUMBER_OF_STATES, -1
|
||||||
};
|
};
|
||||||
|
|
||||||
static const int Properties_Optional[] = { PROP_DESCRIPTION, PROP_STATE_TEXT,
|
static const int Properties_Optional[] = { PROP_DESCRIPTION, PROP_RELIABILITY,
|
||||||
-1 };
|
PROP_STATE_TEXT, -1 };
|
||||||
|
|
||||||
static const int Properties_Proprietary[] = { -1 };
|
static const int Properties_Proprietary[] = { -1 };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user