responseMode property

  1. @BuiltValueField.new(wireName: r'ResponseMode')
ResponseMode get responseMode

Message response awaited by the initiator of the Request. Allows various types and synchronisation of requests for Print or Sound. Possible values: * Immediate * NotRequired * PrintEnd * SoundEnd

Implementation

@BuiltValueField(wireName: r'ResponseMode')
ResponseMode get responseMode;