Classid, Methods, Postida( idacode, session ) – Casio Naurtech CETerm Ver.5.1 Web Browser Programming Manual User Manual
Page 55: Sendida( idacode, session ), Method action

N
AURTECH
W
EB
B
ROWSER
S
MART
C
LIENTS FOR
W
INDOWS
CE .NET / P
OCKET
PC
Web Browser Programming Guide
Page 55
C
LASS
ID
The CEBrowseX CLASSID is:
CLASSID="clsid:D14943BD-4900-453E-8582-725F21A57E0C"
M
ETHODS
The following methods are available. Note that most are marked as deprecated
(DEP) in favor of using the CETerm or OS object and their associated methods.
The CETerm and OS objects are obtained from the corresponding CEBrowseX
properties.
Method Action
PostIDA
Send a command to a session (asynchronous) (DEP)
SendIDA
Send a command to a session (synchronous) (DEP)
SendText
Send text content to a session (DEP)
GetProperty
Get a property value from the Web Browser (DEP)
SetProperty
Set a property value in the Web Browser (DEP)
PlaySound
Play a tone or wave file on the device (CEBrowseX only)
(DEP)
PlayTone
Play a tone on the device (external only) (DEP)
PrintString
Send content to a printer (CEBrowseX only)
Send content to a printer (external only)
PostIDA( IDACode, session )
PostIDA sends an IDA action command to the Web Browser and directs it to the
specified session. Valid session values are 1-4. The special session value of 0
will send the command to the current session. See the Appendix for IDA values.
The PostIDA command will return before the Web Browser acts on the
command. We recommend using PostIDA rather than SendIDA. There are only
rare situations when SendIDA must be used.
SendIDA( IDACode, session )
SendIDA sends an IDA action command to the Web Browser and directs it to the
specified session. Valid session values are 1-4. The special session value of 0
will send the command to the current session. See the Appendix for IDA values.