Interface CosemDateFormat

    • Method Detail

      • encode

        byte[] encode()
        The octet string.
        Returns:
        the octet string.
      • length

        int length()
        The size of the octet string.
        Returns:
        the size.
      • get

        int get​(CosemDateFormat.Field field)
         throws java.lang.IllegalArgumentException
        Retrieves the value for a certain value.
        Parameters:
        field - the field which should be retrieved.
        Returns:
        the value as an int32.
        Throws:
        java.lang.IllegalArgumentException - if the class doesn't have the field.