- 119 -
snd_dtq Send to data queue psnd_dtq Send to data queue (polling) ipsnd_dtq Send to data queue (polling, handler only) tsnd_dtq Send to data queue (with timeout) fsnd_dtq Forced send to data queue ifsnd_dtq Forced send to data queue (handler only)
[
[[
[
C
C
L
La
an
ng
gu
ua
ag
ge
e
A
AP
PI
I
]
]]
]
ER ercd = snd_dtq( ID dtqid, VP_INT data );
ER ercd = psnd_dtq( ID dtqid, VP_INT data );
ER ercd = ipsnd_dtq( ID dtqid, VP_INT data );
ER ercd = tsnd_dtq( ID dtqid, VP_INT data, TMO tmout );
ER ercd = fsnd_dtq( ID dtqid, VP_INT data );
ER ercd = ifsnd_dtq( ID dtqid, VP_INT data );
z
z
P
Pa
ar
ra
am
me
et
te
er
rs
s
ID dtqid ID number of the data queue to which transmitted
TMO tmout Timeout value(tsnd_dtq)
VP_INT data Data to be transmitted
z
z
R
Re
et
tu
ur
rn
n
P
Pa
ar
ra
am
me
et
te
er
rs
s
ER ercd Terminated normally (E_OK) or error code
[
[[
[
A
As
ss
se
em
mb
bl
ly
y
l
la
an
ng
gu
ua
ag
ge
e
A
AP
PI
I
]
]]
]
.include mr100.inc
snd_dtq DTQID, DTQDATA
isnd_dtq DTQID, DTQDATA
psnd_dtq DTQID, DTQDATA
ipsnd_dtq DTQID, DTQDATA
tsnd_dtq DTQID, DTQDATA,TMO
fsnd_dtq DTQID, DTQDATA
ifsnd_dtq DTQID, DTQDATA
z
z
P
Pa
ar
ra
am
me
et
te
er
rs
s
DTQID ID number of the data queue to which transmitted
DTQDATA Data to be transmitted
TMO Timeout value (tsnd_dtq)
z
z
R
Re
eg
gi
is
st
te
er
r
c
co
on
nt
te
en
nt
ts
s
a
af
ft
te
er
r
s
se
er
rv
vi
ic
ce
e
c
ca
al
ll
l
i
is
s
i
is
ss
su
ue
ed
d
snd_dtq,psnd_dtq,ipsnd_dtq,fsnd_dtq,ifsnd_dtq
Register name Content after service call is issued
R0 Error code
R3R1 Data to be transmitted
R2 ID number of the data queue to which transmitted
tsnd_dtq
Register name Content after service call is issued
R0 Error code
R3R1 Data to be transmitted
R2 ID number of the data queue to which transmitted
R6R4 Timeout value