StructHostnamesList (STRUCT)ΒΆ

TYPE StructHostnamesList : STRUCT

InOut:

Name

Type

Initial

Comment

bHostnamesListActive

BOOL

FALSE

arrHostnamesLocal

ARRAY [0..(GVL_CONSTANT.SIWTCHOVER_HOSTNAMES_MAX_COUNT - 1)] OF STRING(253)

Array of configurable switchover adresses. Max length of a hostname is 253 (according to Wikipedia)

arrHostnamesPeer

ARRAY [0..(GVL_CONSTANT.SIWTCHOVER_HOSTNAMES_MAX_COUNT - 1)] OF STRING(253)

iCount

INT

Number of entries in the array;