HP 800 ACSE/Presentation and ROSE Interface Programmer's Guide - Page 23

ACSE/Presentation Calls

Page 23 highlights

Table 2-1 Supported ACSE/Presentation and ROSE Calls ACSE/Presentation Calls and Primitives ap_init_env() ap_set_env() ap_get_env() • Send and receive service primitives which includes sending/receiving service requests and sending/receiving user data: ap_snd() ap_rcv() • Manage your applications: ap_error() ap_free() ap_poll() ACSE/Presentation Calls The following table lists the supported ACSE/Presentation function calls. ACSE/Presentation Calls A/P Call ap_close() ap_error() ap_free() ap_get_env() ap_init_env() ap_open() ap_poll() Description Release a communication endpoint. Returns an error message. Free memory for the A/P data structures. Retrieve the value of an A/P environment attribute. Initialize the A/P environment. Establish a communication endpoint to support an instance of the A/P environment. Provides an interface for detecting events on communication endpoints. Chapter 2 23

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109

Chapter 2
23
Supported ACSE/Presentation and ROSE Calls
ACSE/Presentation Calls and Primitives
ap_init_env()
ap_set_env()
ap_get_env()
Send and receive service primitives which includes sending/receiving
service requests and sending/receiving user data:
ap_snd()
ap_rcv()
Manage your applications:
ap_error()
ap_free()
ap_poll()
ACSE/Presentation Calls
The following table lists the supported ACSE/Presentation function calls.
Table 2-1
ACSE/Presentation Calls
A/P Call
Description
ap_close()
Release a communication endpoint.
ap_error()
Returns an error message.
ap_free()
Free memory for the A/P data
structures.
ap_get_env()
Retrieve the value of an A/P
environment attribute.
ap_init_env()
Initialize the A/P environment.
ap_open()
Establish a communication endpoint to
support an instance of the A/P
environment.
ap_poll()
Provides an interface for detecting
events on communication endpoints.