DeviceProfile constructor

DeviceProfile(
  1. String name
)

Implementation

DeviceProfile(this.name)
    : type = DeviceProfileType.DEFAULT,
      transportType = DeviceTransportType.DEFAULT,
      provisionType = DeviceProfileProvisionType.DISABLED,
      profileData = DeviceProfileData();