1 2 3 4 5 6 7
crate::data_type!(NodeIdType, UInt32); crate::enum_variants!( NodeIdType, UA_NodeIdType, [NUMERIC, STRING, GUID, BYTESTRING], );