semi合集-English.pdf - 第1246页

SEMI E5-1104 © SEMI 1982, 2004 188 Stream,Function Name (Mnemonic) Direction S14,F13 Object Attach Request (OAR) M,H<->E,reply Description This message is sent by a superv isor to request the object specified in OB…

100%1 / 7923
SEMI E5-1104 © SEMI 1982, 2004 187
Stream,Function Name (Mnemonic) Direction
S14,F11 Delete Object Request S,H<->E,reply
Description
This message is used to request that the object specified in OBJSPEC be deleted. The list of attribute settings depends upon the
type of object to be deleted.
Structure
L,2
1. <OBJSPEC>
2. L,a n = # attribute settings
1. L,2
1. <ATTRID
1
>
2. <ATTRDATA
1
>
.
.
a. L,2
1. <ATTRID
a
>
2. <ATTRDATA
a
>
Exception
If n = 0, no attribute settings are provided.
Stream,Function Name (Mnemonic) Direction
S14,F12 Delete Object Acknowledge (DOA) M,H<->E
Description
This message is used to acknowledge the success or failure of deleting the object specified. The list of attributes returned is
dependent upon the type of object to be deleted.
Structure
L,2
1. L,b n = number of attributes returned
1. L,2
1. <ATTRID
1
>
2. <ATTRDATA
1
>
.
.
b. L,2
1. <ATTRID
b
>
2. <ATTRDATA
b
>
2. L,2
1. <OBJACK>
2. L,p p = number of errors reported
1. L,2
1. <ERRCODE
1
>
2. <ERRTEXT
1
>
.
.
p. L,2
1. <ERRCODE
p
>
2. <ERRTEXT
p
>
Exception
If n = 0, no attribute values are returned. If p = 0, no errors were detected.
SEMI E5-1104 © SEMI 1982, 2004 188
Stream,Function Name (Mnemonic) Direction
S14,F13 Object Attach Request (OAR) M,H<->E,reply
Description
This message is sent by a supervisor to request the object specified in OBJSPEC to attach or reattach itself to the requestor.
Structure
L,2
1. <OBJSPEC>
2. L,a a = # attribute settings
1. L,2
1. <ATTRID
1
>
2. <ATTRDATA
1
>
.
.
a. L,2
1. <ATTRID
a
>
2. <ATTRDATA
a
>
Exception
If a = 0, no attribute settings are provided.
Stream,Function Name (Mnemonic) Direction
S14,F14 Object Attach Acknowledge (OAA) M,H<->E
Description
This message is used to acknowledge the success or failure of the requested attachment. If successful, a non-zero token shall be
returned for the supervisor’s use in subsequent communications with the attached object.
Structure
L,3
1. <OBJTOKEN>
2. L,b b = number of attributes
1. L,2
1. <ATTRID
1
>
2. <ATTRDATA
1
>
.
.
b. L,2
1. <ATTRID
b
>
2. <ATTRDATA
b
>
3. L,2
1. <OBJACK>
2. L,p p = number of errors reported
1. L,2
1. <ERRCODE
1
>
2. <ERRTEXT
1
>
.
.
p. L,2
1. <ERRCODE
p
>
2. <ERRTEXT
p
>
Exception
OBJTOKEN is zero if and only if p is non-zero. If b = 0, no attribute values are returned. If p = 0, no errors were detected.
SEMI E5-1104 © SEMI 1982, 2004 189
Stream,Function Name (Mnemonic) Direction
S14,F15 Attached Object Action Request (AOAR) M,H<->E,reply
Description
This message is used by a supervisor (only) to request an attached object to perform an action.
Structure
L,4
1. <OBJSPEC>
2. <OBJCMD>
3. <OBJTOKEN>
4. L,a a = # attribute settings
1. L,2
1. <ATTRID
1
>
2. <ATTRDATA
1
>
.
.
a. L,2
1. <ATTRID
a
>
2. <ATTRDATA
a
>
Exception
If a = 0, no attribute settings are provided.
Stream,Function Name (Mnemonic) Direction
S14,F16 Attached Object Action Acknowledge (AOAA) M,H<->E
Description
This message is used to acknowledge the success or failure of an action requested by a supervisor.
Structure
L,2
1. L,b b = number of attributes
1. L,2
1. <ATTRID
1
>
2. <ATTRDATA
1
>
.
.
b. L,2
1. <ATTRID
b
>
2. <ATTRDATA
b
>
2. L,2
1. <OBJACK>
2. L,p p = number of errors reported
1. L,2
1. <ERRCODE
1
>
2. <ERRTEXT
1
>
.
.
p. L,2
1. <ERRCODE
p
>
2. <ERRTEXT
p
>
Exception
If p = 0, no errors were detected.