Returns name of Victron Energy product associated with given PID in
dummy argument name
. Returns E_NOT_FOUND
and sets name to N/A
on error.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | pid |
Product ID. |
||
character(len=VE_PRODUCT_NAME_LEN), | intent(out) | :: | name |
Product name. |