Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Node interface

Joe,

The difference can be seen in the type signatures. The getXXX methods return the attribute value, while the readXXX methods return the DataValue that contains those attribute values. This can be useful if you also need access to the StatusCode or timestamps that came back along with the attribute being read.

If you look at the implementation you'll see the getXXX methods just delegate to the corresponding readXXX and then extract the value.


Back to the top