Module Class

  • java.lang.Object

public class Module extends RegistryIdentity

Constructor Summary

Constructor Description
Module(String deviceId, String moduleId)

Creates a device using the given id. The device will use Symmetric Key for authentication.

Module(String deviceId, String moduleId, AuthenticationType authenticationType)

Inherited Members

Constructor Details

Module

public Module(String deviceId, String moduleId)

Creates a device using the given id. The device will use Symmetric Key for authentication.

Parameters:

deviceId - String containing the device name.
moduleId

Module

public Module(String deviceId, String moduleId, AuthenticationType authenticationType)

Parameters:

deviceId
moduleId
authenticationType

Applies to