AAEON FWS-816B User Manual
Page 75
![background image](/manuals/316805/75/background.png)
N e t w o r k Ap p l i a n c e
F W S - 8 1 6 B
Appendix C Standard Firewall Platform Setting
C-10
wait();
}
void Display_On_Cursor_Off()
{
outportb(0x378, 0x0C);
wait();
outportb(0x37A, 0xC8);
wait();
outportb(0x37A, 0xCA);
wait();
}
void Display_On_Cursor_On()
{
outportb(0x378, 0x0E);
wait();
outportb(0x37A, 0xC8);
wait();