[r908]: / branches / develop / mqttsparkplug / mqttsparkplug-unittest / Device / Plc Logic / mqttsparkplug / DUT / ST_ConnectionSettings / svnobj  Maximize  Restore  History

Download this file

13 lines (12 with data), 1.6 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
TYPE
    ST_ConnectionSettings :
    STRUCT
        ServerUrl : STRING;
        ServerPort : UINT; // eg: 1883 
        KeepAlive : UINT; // In seconds  (60 = 60seconds)      
        Username : WSTRING := "";
        Password : WSTRING := "";
        CleanSession : BOOL := FALSE;
        UseTLS : BOOL := FALSE;
    END_STRUCT
END_TYPE