Uses of Class
com.cumulocity.microservice.lpwan.codec.model.DeviceInfo
Package
Description
-
Uses of DeviceInfo in com.cumulocity.microservice.lpwan.codec
Modifier and TypeMethodDescription@NotNull @NotEmpty Set<DeviceInfo>
Codec.supportsDevices()
This method returns a set of uniquely supported devices w.r.t the device manufacturer and the device model. -
Uses of DeviceInfo in com.cumulocity.microservice.lpwan.codec.decoder.model
Modifier and TypeMethodDescription@NotNull DeviceInfo
LpwanDecoderInputData.getSourceDeviceInfo()
Gets the source device info that contains the information about the device such as Manufacturer or model of the deviceModifierConstructorDescriptionLpwanDecoderInputData
(@NotBlank String sourceDeviceId, @NotBlank String sourceDeviceEui, @NotNull DeviceInfo sourceDeviceInfo, @NotBlank String inputData, @Null Integer fport, @Null Long updateTime) Instantiates a new LpwanDecoderInputData. -
Uses of DeviceInfo in com.cumulocity.microservice.lpwan.codec.encoder.model
Modifier and TypeMethodDescription@NotNull DeviceInfo
LpwanEncoderInputData.getSourceDeviceInfo()
Gets the source device info that contains the information about the device such as Manufacturer or model of the deviceModifierConstructorDescriptionLpwanEncoderInputData
(@NotBlank String sourceDeviceId, @NotBlank String sourceDeviceEui, @NotNull DeviceInfo sourceDeviceInfo, @NotBlank String commandName, @Null String commandData) Instantiates a new LpwanEncoderInputData.