u32 external_name_list_tag Specifies the tags of ExternalNameList. Please set the tags shown below. TAG_EXTERNAL_NAME_LIST 0x00270000u32 external_name_list_header_size Specifies the ExternalNameListHeader byte size. u32 external_name_list_size Specifies the ExternalNameList byte size. u32 external_name_num Specifies the total number of the ExternalName. u32 external_name_num_byte Specifies the ExternalName byte size. ExternalName ExternalName
u32 external_name_tag Specifies the tags of ExternalName. Please set the tags shown below. TAG_EXTERNAL_NAME 0x00270100u32 this_external_name_index Specifies this ExternalName index number. u32 external_name_header_size Specifies the ExternalNameHeader byte size. u32 external_name_size Specifies the ExternalName byte size. external_node_name Specifies the externally referenced node name. Please describe with ASCII characters. Usable characters are ASCII code 0x21(!) ~ 0x7e(~).
If the character string size is not a multiple of 4 bytes, please align by filling with NULL.