DoaSendRaw Method

Phcc Interface Library .NET / COM

Sends data to a Digital Output Type A (DOA) peripheral attached to the PHCC motherboard.

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

Syntax

Visual Basic (Declaration)
Public Sub DoaSendRaw ( _
	addr As Byte, _
	subAddr As Byte, _
	data As Byte _
)
C#
public void DoaSendRaw(
	byte addr,
	byte subAddr,
	byte data
)

Parameters

addr
Type: System..::.Byte
The device address of the specific Digital Output Type A (DOA) peripheral to send data to.
subAddr
Type: System..::.Byte
The sub-address of the Digital Output Type A (DOA) peripheral to send data to.
data
Type: System..::.Byte
The data to send to the specified Output Type A (DOA) peripheral.

See Also