MPINetworkObjectInfo
Definition
typedef struct MPINetworkObjectInfo { MPINetworkObjectType type; int32_t number; } MPINetworkObjectInfo;
Required Header: mpidef.h
Change History: Modified in 04.00. Added in 03.03.00.
Description
MPINetworkObjectInfo contains the information about a network object.
type | is the type of network object. |
---|---|
number | is the object number of the network object type. |