Class CosemSnInterfaceObject

    • Constructor Detail

      • CosemSnInterfaceObject

        public CosemSnInterfaceObject​(int objectName,
                                      ObisCode instanceId,
                                      DlmsInterceptor interceptor)
        Create a new CosemSnInterfaceObject.
        Parameters:
        objectName - the base name of the object. Addresses the instance ID.
        instanceId - the instance ID of the object.
        interceptor - the interceptor for this class.
        See Also:
        CosemInterfaceObject(ObisCode, DlmsInterceptor)
      • CosemSnInterfaceObject

        public CosemSnInterfaceObject​(int objectName,
                                      java.lang.String instanceId,
                                      DlmsInterceptor interceptor)
      • CosemSnInterfaceObject

        public CosemSnInterfaceObject​(int objectName,
                                      ObisCode instanceId)
        Create a new CosemSnInterfaceObject.
        Parameters:
        objectName - the base name of the object. Addresses the instance ID.
        instanceId - the instance ID of the object.
        See Also:
        CosemSnInterfaceObject(int, ObisCode, DlmsInterceptor)
      • CosemSnInterfaceObject

        public CosemSnInterfaceObject​(int objectName,
                                      java.lang.String instanceId)
    • Method Detail

      • getObjectName

        public final int getObjectName()
        Get the short object name of the object.
        Returns:
        the tow byte object name.