CALLBACK FUNCTIONS Meaning in Japanese - translations and usage examples

callback関数
コールバック関数が呼び出されるのを

Examples of using Callback functions in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Example with callback functions.
コールバック関数による実装例。
The callback functions are invoked only if the validation succeeds.
コールバック関数は検証に成功した場合のみ呼び出されます。
There are following two callback functions.
コールバック関数は以下の2つが定義可能です。
Execute all callback functions that listen to the given event.
Eventを監視しているすべてのコールバック関数を実行します。
Ext will be passed to callback functions.
引数extはコールバック関数の呼び出し時に渡されます。
Specify callback functions for a socket communication during state update.
ステート更新で利用するソケット通信用のコールバック関数を設定します。
FOR all registered callback functions.
空のコールバック関数Emptycallbackfunctions
The callback functions for success and failure are defined at the API call.
API呼び出しでは、成功時と失敗時のコールバック関数を用意します。
Following codes are examples of callback functions.
以下のコードは、callback関数の例です。
The table shows the callback functions and the timing when each is called.
表に、コールバック関数とそれぞれが呼ばれるタイミングを示します。
You can get the user data in the callback functions.
ユーザデータはコールバック関数内で受け取ることが可能です。
You can prepare callback functions that are equivalent to malloc and free.
その場合はmalloc,free相当のコールバック関数を設定してください。
These attributes are accessible from callback functions.
これらの属性はcallback関数の中から参照することが出来ます。
The callback functions for success and failure are specified in the executeQuery() method.
ExecuteQuery()メソッドには成功と失敗のコールバック関数を指定します。
Every time the variable changes, it triggers the callback functions.
変数が変更されるたびに、コールバック関数が起動されます。
However, the parameters of callback functions are set by the calling code(here, Express).
けれども、このコールバック関数のパラメーターは呼び出し側のコード(ここではExpress)によって設定されます。
Configuration parameters can be used within almost all callback functions.
ほぼすべてのコールバック関数内でコンフィギュレーションパラメーターを利用することができます。
If you use callback functions with the Thing-IF SDK APIs, see the API specification in the JSDoc.
Thing-IFSDKのAPIでコールバック関数を利用する場合、JSDocのAPI仕様を参考にして実装してください。
Upon the execution, the following two callback functions will be executed.
その際、以下の2つのコールバック関数が呼び出されます
Generally speaking, yes, it is OK,and it is often the easiest way to pass parameters to callback functions.
一般的には問題ありません。コールバック関数にパラメータを渡すのに最も簡単な方法です。
Prototypes of the state uploader callback functions are as follows:.
ステートアップローダーのコールバック関数のプロトタイプは以下のとおりです。
After the initialization,your program will wait for the SDK to execute the callback functions.
初期化処理の完了後は、SDK側からコールバック関数が呼び出されるのを待機することになります。
The callback implementation specifies the callback functions in the success and failure blocks as the arguments of the authenticate() method.
コールバックによる実装では、authenticate()メソッドの引数として、successブロックとfailureブロックにコールバック関数を指定します。
The response object is received by the Success and Failure callback functions.
応答オブジェクトは、Successコールバック関数およびFailureコールバック関数によって受信されます。
Including a JavaScript alert() in either of the callback functions can cause problems.
コールバック関数の中で、JavaScriptのalert()を使用すると、問題が生じる場合があります。
The authenticate() method is a non-blocking API that causes network communication,so we write logic to process the result in the callback functions.
Authenticate()メソッドもネットワークアクセスを伴うノンブロッキングAPIであるため、完了後の処理はコールバック関数に記述します。
Developers can perform asynchronous processing using callback functions or event handlers.
Callback関数もしくはイベントハンドラーの指定をすることで非同期処理を行うことができます。
After the initialization,your program will wait for the SDK to execute the callback functions.
これらの処理の完了後は、SDK側からコールバック関数が呼び出されるのを待機することになります。
Most of the sample code blocks in theprogramming guide have no post-execution code inside the callback functions.
通常、リファレンスガイドのサンプルコードは、コールバック関数内で行う完了時の処理が空になっています。
A powerful feature that makes JavaScriptunique is its ability to work asynchronously via callback functions.
JavaScriptをユニークなものにしている強力な特徴の1つはそのコールバック関数を通して非同期に動作させられることです。
Results: 59, Time: 0.0356

Word-for-word translation

Top dictionary queries

English - Japanese