getLocalFileChange method

Pointer<Utf8> getLocalFileChange(
  1. int iFile,
  2. Pointer<ERemoteStorageLocalFileChangeAliasC> pEChangeType,
  3. Pointer<ERemoteStorageFilePathTypeAliasC> pEFilePathType
)

Implementation

Pointer<Utf8> getLocalFileChange(
  int iFile,
  Pointer<ERemoteStorageLocalFileChangeAliasC> pEChangeType,
  Pointer<ERemoteStorageFilePathTypeAliasC> pEFilePathType,
) =>
    _getLocalFileChange.call(
      this,
      iFile,
      pEChangeType,
      pEFilePathType,
    );