![]() |
T4S4
18.2 C7549 A21431
Teamcenter Gateway for SAP S/4HANA API 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... | |
PL4X::SHM::remote_shmdelete | ConnId storage key ?noerr? | ||
Calls the tpco_shmdelete on the remote system.
ConnId | logical connection id |
storage | local=process memory share=instance memory. See also storage |
key | name of the memory key. See also key |
noerr | (optional) disable a tcl exception. See also noerr |
PL4X::SHM::remote_shmexists | ConnId storage key ?noerr? | ||
Calls the tpco_shmdelete on the remote system.
ConnId | logical connection id |
storage | local=process memory share=instance memory. See also storage |
key | name of the memory key. See also key |
noerr | (optional) disable a tcl exception. See also noerr |
PL4X::SHM::remote_shmexset | ConnId storage key value tout ?noerr? | ||
Calls the tpco_shmexset on the remote system.
ConnId | logical connection id |
storage | local=process memory share=instance memory. See also storage |
key | name of the memory key. See also key |
value | the key value. See also value |
tout | lifetime of the key (0=infinitely). See also tout |
noerr | (optional) disable a tcl exception. See also noerr |
PL4X::SHM::remote_shmget | ConnId storage key ?noerr? | ||
Calls the tpco_shmget on the remote system.
ConnId | logical connection id |
storage | local=process memory share=instance memory. See also storage |
key | name of the memory key. See also key |
noerr | (optional) disable a tcl exception. See also noerr |
PL4X::SHM::remote_shmgettout | ConnId storage key ?noerr? | ||
Calls the tpco_shmgettout on the remote system.
ConnId | logical connection id |
storage | local=process memory share=instance memory. See also storage |
key | name of the memory key. See also key |
noerr | (optional) disable a tcl exception. See also noerr |
PL4X::SHM::remote_shmset | ConnId storage key value tout ?noerr? | ||
Calls the tpco_shmset on the remote system.
ConnId | logical connection id |
storage | local=process memory share=instance memory. See also storage |
key | name of the memory key. See also key |
value | the key value. See also value |
tout | lifetime of the key (0=infinitely). See also tout |
noerr | (optional) disable a tcl exception. See also noerr |
PL4X::SHM::remote_shmsettout | ConnId storage key tout ?noerr? | ||
Calls the tpco_settout on the remote system.
ConnId | logical connection id |
storage | local=process memory share=instance memory. See also storage |
key | name of the memory key. See also key |
tout | lifetime of the key (0=infinitely). See also tout |
noerr | (optional) disable a tcl exception. See also noerr |