代码搜索结果

找到约 2,053 项符合 Relay 的代码

command.h

/* * ===================================================================================== * * Filename: command.h * * Description: * * Version: 1.0 * Create

smtp_o.h

// ================================================================= // class: CUT_SMTPOut // File: smtp_o.h // // Purpose: // // Implements local mail tranfer and remote relay of /

jzjp2a

RELAY EQU P1.3 BEEP EQU P3.7 ;------------------------------------------------------ ORG 0000H JMP MAIN ;------------------------------

jzjpds

RELAY EQU P1.3 BEEP EQU P3.7 ;------------------------------------------------------ ORG 0000H JMP MAIN ;------------------------------

jzjp.asm

RELAY EQU P1.3 BEEP EQU P3.7 ;------------------------------------------------------ ORG 0000H JMP MAIN ;--------------------------------

jzjp.asm

RELAY EQU P1.3 BEEP EQU P3.7 ;------------------------------------------------------ ORG 0000H JMP MAIN ;--------------------------------

jzjp.asm

RELAY EQU P1.3 BEEP EQU P3.7 ;------------------------------------------------------ ORG 0000H JMP MAIN ;--------------------------------

sqlrelay

# Enter here all SQL Relay instance id's to start automatically with the # service command. (one per line)

sharecontenttransmittype.cs

namespace Imps.Client.Core { using System; public enum ShareContentTransmitType { Block, Relay, P2P } }