Apple Network Setup Manual do Utilizador Página 169

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 184
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 168
CHAPTER 4
Network Setup Protocol Structures and Data Types
Protocol Constants and Other Data Types 169
OTCfgRemoteAnswerMode 4
The OTCfgRemoteAnswerMode enumeration defines constants for the answerMode
field of the OTCfgRemoteServerPort (page 137) structure:
typedef UInt32 OTCfgRemoteAnswerMode;
enum {
kAnswerModeOff = 0,
kAnswerModeNormal = 1,
kAnswerModeTransfer = 2,
kAnswerModeCallback = 3
};
Constant descriptions
kAnswerModeOff Answering is disabled.
kAnswerModeNormal Answering is enabled.
kAnswerModeTransferAnswering as a callback server. This value is not valid for
the personal server.
kAnswerModeCallbackAnswering enabled in callback mode.
OTCfgRemoteNetworkProtocol 4
The OTCfgRemoteNetworkProtocol enumeration defines constants for the
networkProtoFlags field of the OTCfgRemoteServerPort (page 137) structure:
typedef UInt32 OTCfgRemoteNetworkProtocol;
enum {
kOTCfgNetProtoNone = 0,
kOTCfgNetProtoIP = 1,
kOTCfgNetProtoAT = 2,
kOTCfgNetProtoAny = (kOTCfgNetProtoIP | kOTCfgNetProtoAT)
};
Constant descriptions
kOTCfgNetProtoNone Do not allow any connections.
kOTCfgNetProtoIP Allow IPCP connections.
Vista de página 168
1 2 ... 164 165 166 167 168 169 170 171 172 173 174 ... 183 184

Comentários a estes Manuais

Sem comentários