SerialNumString Method

Public Function SerialNumString(ByVal product_id As Byte, _ 
        ByVal serialnum_batch As Integer, ByVal serialnum_unit As Integer) As String

Summary

This method takes the numeric components of the ETH32 serial number and formats a serial number string in the same way that it is printed on the ETH32 device enclosure.

Parameters

  • product_id - The product ID portion of the serial number

  • serialnum_batch - The batch number portion of the serial number

  • serialnum_unit - The unit number portion of the serial number

Return Value

This method returns a string representation of the serial number.

See Also

eth32cfg_data Structure