Replies: 1 comment 2 replies
-
The first two bytes signal which nodeidtype is used. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
should it be
NodeIdType.TwoByte
andb'\x00\xff'
?(also,
NodeId(0, 255)
should beNodeIdType.FourByte
instead ofNodeIdType.Numeric
i think)Beta Was this translation helpful? Give feedback.
All reactions