onEnquiry property

String? Function()? onEnquiry
getter/setter pair

Called when the application sends ENQ (0x05). Return null or an empty string to keep the request silent.

Implementation

String? Function()? onEnquiry;