T4S4  19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
PL4X::SHM Namespace Reference

Functions

 remote_shmdelete ConnId storage key ?noerr?
 Calls the tpco_shmdelete on the remote system. More...
 
 remote_shmexists ConnId storage key ?noerr?
 Calls the tpco_shmdelete on the remote system. More...
 
 remote_shmexset ConnId storage key value tout ?noerr?
 Calls the tpco_shmexset on the remote system. More...
 
 remote_shmget ConnId storage key ?noerr?
 Calls the tpco_shmget on the remote system. More...
 
 remote_shmgettout ConnId storage key ?noerr?
 Calls the tpco_shmgettout on the remote system. More...
 
 remote_shmset ConnId storage key value tout ?noerr?
 Calls the tpco_shmset on the remote system. More...
 
 remote_shmsettout ConnId storage key tout ?noerr?
 Calls the tpco_settout on the remote system. More...
 

Function Documentation

◆ remote_shmdelete()

PL4X::SHM::remote_shmdelete   ConnId storage key ?noerr?  

Calls the tpco_shmdelete on the remote system.

Parameters
ConnIdlogical connection id
storagelocal=process memory share=instance memory. See also storage
keyname of the memory key. See also key
noerr(optional) disable a tcl exception. See also noerr

◆ remote_shmexists()

PL4X::SHM::remote_shmexists   ConnId storage key ?noerr?  

Calls the tpco_shmdelete on the remote system.

Parameters
ConnIdlogical connection id
storagelocal=process memory share=instance memory. See also storage
keyname of the memory key. See also key
noerr(optional) disable a tcl exception. See also noerr

◆ remote_shmexset()

PL4X::SHM::remote_shmexset   ConnId storage key value tout ?noerr?  

Calls the tpco_shmexset on the remote system.

Parameters
ConnIdlogical connection id
storagelocal=process memory share=instance memory. See also storage
keyname of the memory key. See also key
valuethe key value. See also value
toutlifetime of the key (0=infinitely). See also tout
noerr(optional) disable a tcl exception. See also noerr

◆ remote_shmget()

PL4X::SHM::remote_shmget   ConnId storage key ?noerr?  

Calls the tpco_shmget on the remote system.

Parameters
ConnIdlogical connection id
storagelocal=process memory share=instance memory. See also storage
keyname of the memory key. See also key
noerr(optional) disable a tcl exception. See also noerr

◆ remote_shmgettout()

PL4X::SHM::remote_shmgettout   ConnId storage key ?noerr?  

Calls the tpco_shmgettout on the remote system.

Parameters
ConnIdlogical connection id
storagelocal=process memory share=instance memory. See also storage
keyname of the memory key. See also key
noerr(optional) disable a tcl exception. See also noerr

◆ remote_shmset()

PL4X::SHM::remote_shmset   ConnId storage key value tout ?noerr?  

Calls the tpco_shmset on the remote system.

Parameters
ConnIdlogical connection id
storagelocal=process memory share=instance memory. See also storage
keyname of the memory key. See also key
valuethe key value. See also value
toutlifetime of the key (0=infinitely). See also tout
noerr(optional) disable a tcl exception. See also noerr

◆ remote_shmsettout()

PL4X::SHM::remote_shmsettout   ConnId storage key tout ?noerr?  

Calls the tpco_settout on the remote system.

Parameters
ConnIdlogical connection id
storagelocal=process memory share=instance memory. See also storage
keyname of the memory key. See also key
toutlifetime of the key (0=infinitely). See also tout
noerr(optional) disable a tcl exception. See also noerr