IGpibIntfcMessage::AssertTrigger

Description

Asserts a software or hardware trigger dependent on the interface type. For a GPIB device, the device is addressed to listen, and then the GPIB GET command is sent.

VB Prototype

AssertTrigger(
  protocol As TriggerProtocol ' Optional Parameter
)

C++ Prototype

HRESULT AssertTrigger(
  TriggerProtocol protocol
);

Parameters

protocol

[Optional in Visual Basic] Trigger protocol to use during assertion.

Return Value

Refer to the table of return codes.

See Also

ComponentVersion, SpecVersion, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, LockState, OptionString, ProgID, ResourceName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, Timeout, LastStatus, SendEndEnabled, TerminationCharacter, TerminationCharacterEnabled, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, AssertTrigger, Read, ReadString, Write, WriteString, IGpibIntfcMessage Overview