inputData property

  1. @BuiltValueField.new(wireName: r'InputData')
InputData get inputData

Information related to an Input request. It conveys the target input logical device, the type of input command, and possible minimum and maximum length of the input. In addition, if the requestor might require to receive an Event Notification if a card is inserted in a card reader, with the NotifyCardInputFlag.

Implementation

@BuiltValueField(wireName: r'InputData')
InputData get inputData;