defaultResponseHandler property

MessageHandler? defaultResponseHandler
getter/setter pair

defaultResponseHandler processes responses sent from the Z-Wave controller or from physical devices in the network. If a response handler is specified when send is called, then that handler (rather than this handler) will receive the next response. This handler will receive any subsequent responses.

Implementation

MessageHandler? defaultResponseHandler;