BluetoothServer
概要
Properties
- CharacterEncoding
- 受信した文字列をエンコードするときにどの文字コードを使うかを設定することができます。
- DelimiterByte
- HighByteFirst
- Secure
Blocks
![]() |
when BluetoothServer.ConnectionAccepted do |
受信可能状態になった時に実行されます。受信可能状態はcall BluetoothSever.AcceptConnectonブロックから呼び出して実行することができます |
set BluetoothServer.CharacterEnCoding to | 受け取った文字列をどの文字コードでエンコードするかを設定する。設定値はテキスト。 |
set BluetoothServer.DelimliterByte to | |
set BluetoothServer.HighByteFirst to | |
set BluetoothServer.Secure to |
BluetoothServer.Availabele | Bluetoothがその端末で使用できるかどうかをtrueかfalseで返す。 |
BluetoothServer.CharacterEnCoding | 受け取った文字列をどの文字コードでエンコードするかを取得する。返り値はテキスト。 |
BluetoothServer.DelimliterByte | |
BluetoothServer.Enabled | Bluetooth接続が有効になっているかどうかをtrueかfalseで返します。 |
BluetoothServer.HighByteFirst | |
BluetoothServer.IsAccepting | Bluetoothが受信可能状態かどうかをtrue・falseの値で返します |
BluetoothServer.IsConnected | Bluetoothがアプリ上で接続されているかどうかをtrue・falseの値で返します |
BluetoothServer.Secure | |
BluetoothServer | AnyConmponentで使うブロックです |
- 最終更新:2015-03-08 21:44:34