Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
Device..::.DoaSendRaw Method |
Device Class See Also Send Feedback |
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.