ve_product_type Derived Type

type, public :: ve_product_type

Victron product id and name.


Components

Type Visibility Attributes Name Initial
integer, public :: pid = 0

Product id.

character(len=VE_PRODUCT_NAME_LEN), public :: name = ' '

Product name.