MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / DataSetFieldFlags

Class DataSetFieldFlags

opcua/ua/uaprotocol_auto.py:107–115  ·  view source on GitHub ↗

:ivar None_: :vartype None_: 0 :ivar PromotedField: :vartype PromotedField: 1

Source from the content-addressed store, hash-verified

105
106
107class DataSetFieldFlags(IntEnum):
108 """
109 :ivar None_:
110 :vartype None_: 0
111 :ivar PromotedField:
112 :vartype PromotedField: 1
113 """
114 None_ = 0
115 PromotedField = 1
116
117
118class DataSetFieldContentMask(IntEnum):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected