immediateResponseFlag property

  1. @BuiltValueField.new(wireName: r'ImmediateResponseFlag')
bool? get immediateResponseFlag

Indicates whether to request an Immediate response to the message without waiting for the completion of the command.

Implementation

@BuiltValueField(wireName: r'ImmediateResponseFlag')
bool? get immediateResponseFlag;