|
Altium C++ SDK 3.0
|
#include <EDP.Interfaces.h>
| int EDP::IParallelPort::Address_Base | ( | ) |
| int EDP::IParallelPort::Address_Control | ( | ) |
| int EDP::IParallelPort::Address_Data | ( | ) |
| int EDP::IParallelPort::Address_Status | ( | ) |
| bool EDP::IParallelPort::Control_AutoLineFeed | ( | ) |
| bool EDP::IParallelPort::Control_EnableBidirectional | ( | ) |
| bool EDP::IParallelPort::Control_EnableIrqViaAck | ( | ) |
| bool EDP::IParallelPort::Control_InitializePrinter | ( | ) |
| bool EDP::IParallelPort::Control_SelectPrinter | ( | ) |
| bool EDP::IParallelPort::Control_Strobe | ( | ) |
| bool EDP::IParallelPort::Control_UnUsed1 | ( | ) |
| bool EDP::IParallelPort::Control_Unused2 | ( | ) |
| int EDP::IParallelPort::ControlByte | ( | ) |
| bool EDP::IParallelPort::Data0 | ( | ) |
| bool EDP::IParallelPort::Data1 | ( | ) |
| bool EDP::IParallelPort::Data2 | ( | ) |
| bool EDP::IParallelPort::Data3 | ( | ) |
| bool EDP::IParallelPort::Data4 | ( | ) |
| bool EDP::IParallelPort::Data5 | ( | ) |
| bool EDP::IParallelPort::Data6 | ( | ) |
| bool EDP::IParallelPort::Data7 | ( | ) |
| int EDP::IParallelPort::DataByte | ( | ) |
| bool EDP::IParallelPort::Import_FromUser | ( | ) |
| void EDP::IParallelPort::Initialize | ( | ) |
| bool EDP::IParallelPort::IsValid | ( | ) |
| bool EDP::IParallelPort::IsValidXilinxCable | ( | ) |
| int EDP::IParallelPort::LastWrittenControl | ( | ) |
| int EDP::IParallelPort::LastWrittenData | ( | ) |
| void EDP::IParallelPort::ReadControl | ( | ) |
| void EDP::IParallelPort::ReadData | ( | ) |
| void EDP::IParallelPort::ReadStatus | ( | ) |
| void EDP::IParallelPort::SetAddress | ( | int | Value | ) |
| void EDP::IParallelPort::SetControl_AutoLineFeed | ( | bool | Value | ) |
| void EDP::IParallelPort::SetControl_EnableBidirectional | ( | bool | Value | ) |
| void EDP::IParallelPort::SetControl_EnableIrqViaAck | ( | bool | Value | ) |
| void EDP::IParallelPort::SetControl_InitializePrinter | ( | bool | Value | ) |
| void EDP::IParallelPort::SetControl_SelectPrinter | ( | bool | Value | ) |
| void EDP::IParallelPort::SetControl_Strobe | ( | bool | Value | ) |
| void EDP::IParallelPort::SetControl_UnUsed1 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetControl_Unused2 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetData0 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetData1 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetData2 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetData3 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetData4 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetData5 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetData6 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetData7 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetStatus_Ack | ( | bool | Value | ) |
| void EDP::IParallelPort::SetStatus_Busy | ( | bool | Value | ) |
| void EDP::IParallelPort::SetStatus_Error | ( | bool | Value | ) |
| void EDP::IParallelPort::SetStatus_IRQ | ( | bool | Value | ) |
| void EDP::IParallelPort::SetStatus_PaperOut | ( | bool | Value | ) |
| void EDP::IParallelPort::SetStatus_Reserved1 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetStatus_Reserved2 | ( | bool | Value | ) |
| void EDP::IParallelPort::SetStatus_SelectIn | ( | bool | Value | ) |
| bool EDP::IParallelPort::Status_Ack | ( | ) |
| bool EDP::IParallelPort::Status_Busy | ( | ) |
| bool EDP::IParallelPort::Status_Error | ( | ) |
| bool EDP::IParallelPort::Status_IRQ | ( | ) |
| bool EDP::IParallelPort::Status_PaperOut | ( | ) |
| bool EDP::IParallelPort::Status_Reserved1 | ( | ) |
| bool EDP::IParallelPort::Status_Reserved2 | ( | ) |
| bool EDP::IParallelPort::Status_SelectIn | ( | ) |
| int EDP::IParallelPort::StatusByte | ( | ) |
| void EDP::IParallelPort::WriteControl | ( | ) |
| void EDP::IParallelPort::WriteControlBits | ( | int | Bits, |
| int | Mask ) |
| void EDP::IParallelPort::WriteData | ( | ) |
| void EDP::IParallelPort::WriteDataValue | ( | int | Value | ) |