bool? get writeEid => _writeEid;
set writeEid(bool? val) { _writeEid = val; _setRfidScenario({"writeEid": val}, this); }