Instancesint Delete ()
void DeletePropByName (propName:
string)
Parameter | Type | Description |
propName | string | |
int GetIntByName (propName:
string)
Parameter | Type | Description |
propName | string | |
int GetMetricByName (propName:
string)
Parameter | Type | Description |
propName | string | |
PropVals GetProps ()
UBytes GetUBytesByName (propName:
string)
Parameter | Type | Description |
propName | string | |
int ObjectValid ()
void SetIntByName (propName:
string, setVal:
int)
Parameter | Type | Description |
propName | string | |
setVal | int | |
void SetMetricByName (propName:
string, setVal:
int)
Parameter | Type | Description |
propName | string | |
setVal | int | |
void SetProps (setVal:
PropVals)
void SetUBytesByName (propName:
string, setVal:
UBytes)
Parameter | Type | Description |
propName | string | |
setVal | UBytes | |
|