DoaSend40DO Method

Phcc Interface Library .NET / COM

Sends data to a DOA_40DO digital output daughtercard.

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public Sub DoaSend40DO ( _
	deviceAddr As Byte, _
	connectorNum As Byte, _
	bits As Byte _
)
C#
public void DoaSend40DO(
	byte deviceAddr,
	byte connectorNum,
	byte bits
)

Parameters

deviceAddr
Type: System..::.Byte
The device address of the specific DOA_40DO daughtercard to send data to.
connectorNum
Type: System..::.Byte
The output connector number to send data to (3=CON3, 4=CON4, 5=CON5, 6=CON6, 7=CON7)
bits
Type: System..::.Byte
A byte, whose bits correspond to the pins on the specified connector. Each bit in this byte that is set to TRUE will result in a logic HIGH on the corresponding output pin on the specified connector.

See Also