get_property_as_uint64
Description:
public uint64 get_property_as_uint64 (
string key)
Look up the value for key on this and convert it to an unsigned 64-bit integer using
ascii_strtoull.
Parameters:
| this |
A Device.
|
| key |
Name of property.
|
Returns:
|
The value for key or 0 if key doesn't exist or isn't a
uint64.
|