ST_LON_SNVT_file_req

Used by: SNVT_file_req

TYPE ST_LON_SNVT_file_req :
STRUCT
  eRequest       : E_LON_file_request_t;
  uiIndex        : UINT;
  uiReceive_timeout  : UINT;
  stDest_address     : ST_LON_dest_address;
  byAuth_on      : BYTE;
  byPrio_on      : BYTE;
END_STRUCT
END_TYPE

eRequest: Request  (file request names) (see E_LON_file_request_t).

uiIndex: Min: 0 / Max: 65535 / Index (file index).

uiReceive_timeout: Min: 0 / Max: 65535 / Receive timeout (milliseconds).

stDest_address: Destination address (LonWorks address) (see ST_LON_dest_address).

byAuth_on: Min: 0 / Max: 1 / Authentication on  (boolean). This field specifies whether the message requires authentication.

byPrio_on: Min: 0 / Max: 1 / Priority on  (boolean). This field specifies whether the message is to be sent with priority.