Jungo WinDriver  
Official Documentation

◆ WD_TRANSFER_CMD

IN WD_TRANSFER_CMD and WD_Transfer() DWORD stands for 32 bits and QWORD is 64 bit.

Enumerator
CMD_NONE 

No command.

CMD_END 

End command.

CMD_MASK 

Interrupt Mask.

RP_BYTE 

Read port byte.

RP_WORD 

Read port word.

RP_DWORD 

Read port dword.

WP_BYTE 

Write port byte.

WP_WORD 

Write port word.

WP_DWORD 

Write port dword.

RP_QWORD 

Read port qword.

WP_QWORD 

Write port qword.

RP_SBYTE 

Read port string byte.

RP_SWORD 

Read port string word.

RP_SDWORD 

Read port string dword.

WP_SBYTE 

Write port string byte.

WP_SWORD 

Write port string word.

WP_SDWORD 

Write port string dword.

RP_SQWORD 

Read port string qword.

WP_SQWORD 

Write port string qword.

RM_BYTE 

Read memory byte.

RM_WORD 

Read memory word.

RM_DWORD 

Read memory dword.

WM_BYTE 

Write memory byte.

WM_WORD 

Write memory word.

WM_DWORD 

Write memory dword.

RM_QWORD 

Read memory qword.

WM_QWORD 

Write memory qword.

RM_SBYTE 

Read memory string byte.

RM_SWORD 

Read memory string word.

RM_SDWORD 

Read memory string dword.

WM_SBYTE 

Write memory string byte.

WM_SWORD 

Write memory string word.

WM_SDWORD 

Write memory string dword.

RM_SQWORD 

Read memory string quad word.

WM_SQWORD 

Write memory string quad word.

Definition at line 384 of file windrvr.h.