Class IOAddress¶ Defined in File WMX3Api.h Class Documentation¶ class IOAddress¶ This class describes an I/O address. Public Functions IOAddress()¶ IOAddress(int byte, int bit, int size)¶ Public Members int byte¶ The byte address of the I/O. int bit¶ The bit address of the I/O. int size¶ The size of the I/O in bytes.