supportedEAPMethods property

  1. @JsonKey(name: '@SupportedEAPMethods', fromJson: OnvifUtil.optionalInt)
int? supportedEAPMethods
final

EAP Methods supported by the device. The int values refer to the IANA EAP Registry.

Implementation

@JsonKey(name: '@SupportedEAPMethods', fromJson: OnvifUtil.optionalInt)
final int? supportedEAPMethods;