Articles Posted in the " " Category

  • endWrite()

    endWrite()

    描述 停止傳送資料到伺服端。 語法 client.endWrite() 參數 無參數 回傳 無回傳值 See […]


  • write()

    write()

    描述 傳送資料到伺服端。 語法 client.write(data) client.write(buffer) […]


  • beginWrite()

    beginWrite()

    描述 開始傳送資料到伺服端。 語法 client.beginWrite() 參數 無參數 回傳 無回傳值 Se […]


  • connect()

    connect()

    描述 連接到指定的 IP 位址與埠(port)。 語法 client.connect(ip, port) 參數 […]


  • ready()

    ready()

    描述 取得被呼叫的最後一個 GSMClient 函式執行的狀態。 語法 client.ready() 參數 無 […]


  • Client

    Client

    描述 Client 類別實作了 GPRS 客戶端的功能。 See also - ready() - conne […]


  • GPRS constructor

    GPRS constructor

    描述 GPRS 類別實作連線網路的功能。 See also - attachGPRS() 函式庫參考主頁面 T […]


  • attachGPRS()

    attachGPRS()

    描述 連線到指定的接入點(Access Point Name, APN)並初始化 GPRS 連線。 電信提供商 […]



  • beginSMS()

    beginSMS()

    描述 初始化簡訊並且指定簡訊要送至的電話號碼。要使用 write() 寫入簡訊內容前必須先呼叫 beginSM […]