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

ACSE/Presentation

Page 19 highlights

APRI Overview Standards Supported ACSE/Presentation: • The ap_restore(), ap_save() and ap_osic() calls are not supported. • The environment file (env_file) is not supported. The user's application environment is initialized using ap_init_env(), after which individual attributes can be set or changed using ap_set_env(). • Setting multiple environment variables with one call to ap_set_env() is not supported. • Retrieving (getting) multiple environment variables with one call to ap_get_env() is not supported. • The ap_env() attributes AP_DPCN, AP_DPCR, AP_QLEN and AP_QOS are not supported. The AP_STREAMS_FLAGS options AP_HUP_ONABORT and AP_PEEK are not supported. • For ap_rcv(): The AP_ALLOC option is not supported. The buffer pointed to by the ubuf argument must be allocated by the user. The AP_VECT option is not supported. In struct osi_buf, the next field is ignored. The ubuf argument points to a single buffer. • For ap_snd(): The AP_VECT option is not supported. In struct osi_buf, the next field is ignored. The ubuf argument points to a single buffer. The AP_DELAY option is not supported. Extended concatenation is not supported. The A_ASSOC_REQ can fail with AP_AGAIN. A_ASSOC_REQ is not subject to flow control. • ACSE/presentation primitives used in ACSE/Presentation calls: A subset of the defined primitives are supported. Chapter 2 provides a list of the supported primitives. ROSE: • Reliable Transfer Service (RTS) including operation class is not supported. • Priority is not implemented for this release. Chapter 1 19

  • 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 1
19
APRI Overview
Standards Supported
ACSE/Presentation:
The ap_restore(), ap_save() and ap_osic() calls are not supported.
The environment file (env_file) is not supported. The user's
application environment is initialized using ap_init_env(), after
which individual attributes can be set or changed using ap_set_env().
Setting multiple environment variables with one call to ap_set_env()
is not supported.
Retrieving (getting) multiple environment variables with one call to
ap_get_env() is not supported.
The ap_env() attributes AP_DPCN, AP_DPCR, AP_QLEN and
AP_QOS are not supported. The AP_STREAMS_FLAGS options
AP_HUP_ONABORT and AP_PEEK are not supported.
For ap_rcv(): The AP_ALLOC option is not supported. The buffer
pointed to by the ubuf argument must be allocated by the user. The
AP_VECT option is not supported. In struct osi_buf, the next field is
ignored. The ubuf argument points to a single buffer.
For ap_snd(): The AP_VECT option is not supported. In struct
osi_buf, the next field is ignored. The ubuf argument points to a single
buffer. The AP_DELAY option is not supported. Extended
concatenation is not supported.
The A_ASSOC_REQ can fail with AP_AGAIN. A_ASSOC_REQ is not
subject to flow control.
ACSE/presentation primitives used in ACSE/Presentation calls: A
subset of the defined primitives are supported. Chapter 2 provides a
list of the supported primitives.
ROSE:
Reliable Transfer Service (RTS) including operation class is not
supported.
Priority is not implemented for this release.