Skip to content
Discussion options

You must be logged in to vote

Hi @H4rw3y5ag3

I finally released 4.4.0, if you want to upgrade just do the backwards compatibility is 100%,
as anticipated the new API to easily access the type is

$dv = $client->read('ns=2;s=Devices/PLC/Speed');

$dv->getType(); // BuiltinType::Double
//or
$dv->type; // BuiltinType::Double

If you have any other questions, just ask

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@H4rw3y5ag3
Comment options

Answer selected by H4rw3y5ag3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants