KallistiOS
##version##
|
Macros | |
#define | FLASHROM_ISP_DIAL_AREACODE (1 << 0) |
Dial area code before number. More... | |
#define | FLASHROM_ISP_USE_PROXY (1 << 1) |
Proxy enabled. More... | |
#define | FLASHROM_ISP_PULSE_DIAL (1 << 2) |
Pulse dialing (instead of tone) More... | |
#define | FLASHROM_ISP_BLIND_DIAL (1 << 3) |
Blind dial (don't wait for tone) More... | |
The flags field of the flashrom_ispcfg_t will have some combination of these ORed together to represent what settings were set.
#define FLASHROM_ISP_BLIND_DIAL (1 << 3) |
Blind dial (don't wait for tone)
#define FLASHROM_ISP_DIAL_AREACODE (1 << 0) |
Dial area code before number.
#define FLASHROM_ISP_PULSE_DIAL (1 << 2) |
Pulse dialing (instead of tone)
#define FLASHROM_ISP_USE_PROXY (1 << 1) |
Proxy enabled.