You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param moop: Mode of operation. Can be AddFile(1), DeleteFile(2), ReplaceFile(3), ReadFile(4), ReadDir(5). See :class:`RequestFileTransfer.ModeOfOperation<udsoncan.services.RequestFileTransfer.ModeOfOperation>`
47
+
:type moop: int
48
+
49
+
:param path: String representing the path to the target file or directory.
50
+
:type path: string
51
+
52
+
:param dfi: DataFormatIdentifier defining the compression and encryption scheme of the data.
53
+
If not specified, the default value of 00 will be used, specifying no encryption and no compression.
54
+
This value is only used when ModeOfOperation is : ``AddFile``, ``ReplaceFile``, ``ReadFile``
Populates the response ``service_data`` property with an instance of :class:`RequestFileTransfer.ResponseData<udsoncan.services.RequestFileTransfer.ResponseData>`
133
+
134
+
:param response: The received response to interpret
135
+
:type response: :ref:`Response<Response>`
136
+
137
+
:raises InvalidResponseException: If length of ``response.data`` is too short or payload does not respect ISO-14229 specifications
138
+
:raises NotImplementedError: If the MaxNumberOfBlock or fileSizeUncompressedOrDirInfoLength value is encoded over more than 8 bytes.
0 commit comments