![]() |
![]() |
![]() |
> PseudoPartitionDescription > Ports |
PseudoPartitionDescription
/ConfigRecord/Module/Partitions/PseudoPartition/PseudoPartitionDescription/Ports/SamplingPort
The SamplingPort element defines the configuration of sampling ports for a pseudo-partition.
Required
None
None
The attribute is used to specify the port type.
Optional
None
Signed 32 bit integer
N/A
DIRECT_ACCESS_PORT: The port is a direct-access port.
LOCAL_PORT: Not supported for partitions.
NULL_PORT: The port is a null port. A null source port sends no data. A null destination port accepts and consumes all data sent to it. Null ports are useful during development when not all applications are available.
PSEUDO_PORT: The port is a pseudo-port.
For a pseudo-partition, this attribute must be set to either PSEUDO_PORT, DIRECT_ACCESS_PORT, or NULL_PORT. In a deployed system, this value should always be PSEUDO_PORT or DIRECT_ACCESS_PORT.
Whether the port is the source or destination of data.
Required
None
PORT_DIRECTION_TYPE, as defined in apex/apexType.h
N/A
None
None
The name of the port driver used by the port. The port driver resides in the core OS. This value must match the name of the driver passed to the portPseudoDrvAdd() in the core OS.
Optional
None
String
N/A
None
None
The maximum message size (in bytes) for the port. All bytes are available for the user message.
Required
None
Unsigned 32 bit integer
N/A
None
None
The name of the port. This value is used to assign a port to a channel in the Module configuration document using /Module/Connections/Channel/Source/@PortNameRef and /Module/Connections/Channel/Destination/@PortNameRef.
Required
None
String
N/A
None
The name must be unique within the pseudo-partition. Port names are treated as case insensitive values.
The port name must not be empty and must not exceed 30 characters.
The frequency with which the message available on the port is updated, in seconds.
Required
None
Unsigned 32 bit integer
N/A
None
None
Generated on 2007-10-15 17:17:22.