PinConfiguration ¶ ConfigurePinAI (Method) ConfigurePinDI (Method) ConfigurePinDO (Method) GetRegisterOffset (Method) IsChannelEnabled (Method) Phys2Virt (Method) ReadPin (Method) SetBitOffset (Method) SetRegisterOffset (Method) SetRegisterPointer (Method) WritePin (Method)
IoDrvGPIOBase.ConfigurePinAI (METH) ¶ METHOD ConfigurePinAI : BOOL InOut: Scope Name Type Return ConfigurePinAI BOOL Input dwPinNr DWORD
IoDrvGPIOBase.ConfigurePinDI (METH) ¶ METHOD ConfigurePinDI : BOOL InOut: Scope Name Type Return ConfigurePinDI BOOL Input dwPinNr DWORD
IoDrvGPIOBase.ConfigurePinDO (METH) ¶ METHOD ConfigurePinDO : BOOL InOut: Scope Name Type Return ConfigurePinDO BOOL Input dwPinNr DWORD
IoDrvGPIOBase.GetRegisterOffset (METH) ¶ METHOD GetRegisterOffset : UDINT Get 32 bit register value InOut: Scope Name Type Return GetRegisterOffset UDINT Input iRegion INT dwOffset DWORD
IoDrvGPIOBase.IsChannelEnabled (METH) ¶ METHOD IsChannelEnabled : BOOL InOut: Scope Name Type Return IsChannelEnabled BOOL Input dwChannel DWORD eFunction PinFunction
IoDrvGPIOBase.Phys2Virt (METH) ¶ METHOD Phys2Virt : POINTER TO BYTE Convert physical to virtual address Note: If the region was not found, the physical address is returned InOut: Scope Name Type Return Phys2Virt POINTER TO BYTE Input pPhysical POINTER TO BYTE
IoDrvGPIOBase.ReadPin (METH) ¶ METHOD ReadPin : BOOL InOut: Scope Name Type Return ReadPin BOOL Input dwParameterID DWORD
IoDrvGPIOBase.SetBitOffset (METH) ¶ METHOD SetBitOffset : BOOL Set bit in 32 bit register value InOut: Scope Name Type Return SetBitOffset BOOL Input iRegion INT dwOffset DWORD dwBitNr DWORD bBit BOOL
IoDrvGPIOBase.SetRegisterOffset (METH) ¶ METHOD SetRegisterOffset : BOOL Set 32 bit register value InOut: Scope Name Type Return SetRegisterOffset BOOL Input iRegion INT dwOffset DWORD dwValue DWORD