PROPERTY State : ConnectorState
Sets or gets the actually state of the connector, which is set in ConnectorFlagController.init. For each state in ConnectorState expect ConnectorState.DISABLED a fixed bit combination is set in the CONNECTOR_FLAG_STATES_RS.STATE_BITS of dwFlags with the representation in CONNECTOR_FLAG_STATES_RS. The mask CONNECTOR_FLAG_STATES_RS.STATE_BITS ensures to write the correct bits. If the masked bits have no valid combination, then ConnectorState.UNDEFINED is returned in get.