A-35
A2
C.17 auto_eos_mode
The auto_eos_mode procedure is used to read/modify the automatic EOS
on EOI mode. If the autoEos mode is TRUE, then an EOS character will
be sent with EOI.
struct Auto_Eos_Parms {
unsigned
int
action;
unsigned
int
autoEos;
};
struct Auto_Eos_Resp {
unsigned
int
error;
unsigned
int
autoEos;
};
Auto_Eos_Resp auto_eos_mode (Auto_Eos_Parms) = 17;
The action value determines whether the client wishes to execute a read of
the current setting, or a modifi cation of the current value.
action = 0 = read of current value
action = 1 = modify current value
If the action value is other than 0 or 1, then an error value of 5 is re-
turned.
If the RPC message is of insuffi cient length to satisfy the required length,
an error value of 1 is returned.
The autoEos mode must be either 0 or 1. An error of 5 is returned and the
current automatic EOS mode is unchanged if autoEos is determined to be
invalid.
The returned Auto_Eos_Resp structure will always contain the current
automatic EOS mode, irrespective of the error value.
error Meaning
0
No error
1
Syntax error
5
Parameter error
Summary of Contents for N4865A
Page 20: ...1 16 1 This page left intentionally blank ...
Page 32: ...2 12 2 This page left intentionally blank ...
Page 40: ...3 8 3 This page left intentionally blank ...
Page 44: ...4 4 4 This page purposely left blank ...
Page 96: ...A 44 A2 This page purposely left blank ...
Page 100: ...Index 4 I This page left intentionally blank ...