typedef struct { IOMediumType type; UInt32 flags; UInt64 speed; UInt32 data; UInt32 rsvd[2]; } IOMediumDescriptor;
A structure which describes the properties of an IONetworkMedium object.
Name Description type See init(). flags See init(). speed See init(). data See init().
typedef UInt32 IOMediumType;
A 32-bit value divided into fields describing the medium type. See IONetworkMedium.h for defined bits.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)