通用联接框架(GCF)连接类型使用总结[16]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

    hostLabel     ::== alphaNum | alphaNum *(alphaNum | "-") alphaNum

 

    tcpHost       ::== ipName 0*1(":" ipPort) | ipAddress 0*1(colon ipPort)

 

    btSrvString   ::== "btgoep" ":" "//" btSrvHost 0*5(btSrvParams)

    btCliString   ::== "btgoep" ":" "//" btCliHost 0*3(btCliParams)

 

    btCliParams   ::== master | encrypt | authenticate

    btSrvParams   ::== name | master | encrypt | authorize | authenticate

 

    btCliHost     ::== btAddress ":" channel

    btSrvHost     ::== "localhost" ":" uuid

 

    irdaSrvString ::== "irdaobex" ":" "//" irdaSrvHost 0*1(irdaParams)

    irdaCliString ::== "irdaobex" ":" "//" irdaCliHost 0*1(irdaParams)

 

    irdaSrvHost   ::== "localhost" 0*1("." 1*(DIGIT))

    irdaCliHost   ::== "discover" 0*1("." 1*(DIGIT))

                       | "addr." 2*8(HEXDIG)

                       | "conn"

                       | "name." 1*(characters)

本文关键:通用联接框架(GCF)连接类型使用总结
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top