handleSecurityNonceGet method

T? handleSecurityNonceGet(
  1. ZwCommandClassReport report
)

Implementation

T? handleSecurityNonceGet(ZwCommandClassReport report) {
  logger.warning('Unhandled SecurityNonceGet from ${report.sourceNode}');
  return null;
}