SET_CMP_ADDRESS_TYPE structure (61883.h)

The SET_CMP_ADDRESS_TYPE structure is used in conjunction with the Av61883_SetUnitInfo request to set the parameters that the IEC-61883 protocol driver should use when capturing and transmitting isochronous packets.

Syntax

typedef struct _SET_CMP_ADDRESS_TYPE {
  IN ULONG Type;
} SET_CMP_ADDRESS_TYPE, *PSET_CMP_ADDRESS_TYPE;

Members

Type

Indicates what kind of address range plugs can be accessed in. Possible values are:

CMP_ADDRESS_TYPE_GLOBAL

This requests the default behavior. All plugs created on the local system are within a global address range, accessible by any node on the 1394 bus.

CMP_ADDRESS_TYPE_EXCLUSIVE

This flag must be set before any plugs are created or removed within the driver. When this flag is set, all plugs created within the driver are in an exclusive address range, only accessible to the device for which the driver is loaded.

Requirements

Requirement Value
Header 61883.h (include 61883.h)

See also

AV_61883_REQUEST structure