StructHostnamesList (STRUCT)ΒΆ
TYPE StructHostnamesList : STRUCT
- InOut:
Name
Type
Initial
Comment
bHostnamesListActiveBOOLFALSE
arrHostnamesLocalARRAY [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)
arrHostnamesPeerARRAY [0..(GVL_CONSTANT.SIWTCHOVER_HOSTNAMES_MAX_COUNT - 1)] OF STRING(253)
iCountINTNumber of entries in the array;