Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
b2faf8451a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (12 sloc) 503 Bytes
function ret=atsif_setfileaccessmode(readmode)
%AT_U32 ATSIF_SetFileAccessMode(ATSIF_ReadMode _mode)
%
%Description : This function is used to select if the entire SIF file should be read
% or just the header section. The read mode determines if the whole file
% or just the header information is read.
%
%Arguments : 0 - Read all
% 1 - Header Only
%
%Return : Check the help for return code meanings
ret = atsifiomex('ATSIF_SetFileAccessMode',readmode);