APPC Receive Buffer Attributes
asOSByteArray (OSByteArray)
The asOSByteArray attribute represents the contents as a byte array.
contents (ByteArray)
The contents attribute represents a byte array of the smalltalk memory.
contentsAsString (String)
The contentsAsString attribute returns the received data in the form of a string.
conversationType (Integer)
The conversationType attribute represents an integer indicating the type of the conversation.
The valid values are:
0
Basic
1
Mapped
length (Integer)
The length attribute represents the length of the buffer.
self (<className>)
The self attribute represents the part itself, and you cannot change the basic definition of a part. In general, the self attribute is a read-only attribute, and is used for passing a value or values to another part. It is not used for receiving any values.
For example, you can connect the self attribute of an Ordered Collection part to the items attribute of a List part. The Ordered Collection part does not change to a different type of part because of the connection. Instead, the Ordered Collection part populates the List part with the items that it contains.
You can use the self attribute in an attribute-to-attribute connection, as a parameter in an event-to-action connection, or wherever an attribute can be used.
whatRcvdData (Integer)
The whatRcvdData attribute returns an integer indicating whether a data buffer was received. The valid values are the same as those defined for the APPC return value what_received_data.
whatRcvdStatus (Integer)
The whatRcvdStatus returns an integer indicating whether conversation status information was received. The valid values are the same as those defined for the APPC return value what_received_status.
whatReceivedDataAsString (String)
The whatReceivedDataAsString attribute returns a string indicating whether a data buffer was received. The valid values are the same as the constants defined for the APPC return value what_received_data.
whatReceivedStatusAsString (String)
The whatReceivedStatusAsString attribute returns a string indicating whether conversation status information was received. The valid values are the same as the constants defined for the APPC return value what_received_status.
Last modified date: 01/29/2015