IONetworkMedium.h



Typedefs

IOMediumDescriptor

typedef  struct  {
  IOMediumType  type;
  UInt32  flags;
  UInt64  speed;
  UInt32  data;
  UInt32  rsvd[2];
}  IOMediumDescriptor;

A structure which describes the properties of an IONetworkMedium object.

Fields

NameDescription
typeSee init().
flagsSee init().
speedSee init().
dataSee init().

IOMediumType

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)