Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
Device..::.DobSendRaw Method |
Device Class See Also Send Feedback |
Sends data to a Digital Output Type B (DOB) peripheral attached
to the PHCC motherboard.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub DobSendRaw ( _ addr As Byte, _ data As Byte _ ) |
C# |
---|
public void DobSendRaw( byte addr, byte data ) |
Parameters
- addr
- Type: System..::.Byte
The address of the Digital Output Type B (DOB) peripheral to send data to.
- data
- Type: System..::.Byte
The data to send to the specified Digital Output Type B (DOB) peripheral.