Метод | Описание | |
---|---|---|
BluetoothWT32 ( string port, string pin = "0000" ) : System | ||
Connect ( ) : void | ||
Disconnect ( ) : void | ||
Next ( ) : void | ||
Prev ( ) : void | ||
RandomToggle ( ) : bool | ||
SendCommand ( |
||
SendCommand ( byte command, Link link, string description = "" ) : void | ||
SendCommand ( string command, Link link = Link.Control ) : void | ||
SetMicGain ( byte b ) : void | ||
VoiceButtonLongPress ( ) : void | ||
VoiceButtonPress ( ) : void | ||
VolumeDown ( ) : void | ||
VolumeUp ( ) : void |
Метод | Описание | |
---|---|---|
OnBTCommandReceived ( Link link, byte command ) : void | ||
OnPlayerHostStateChanged ( PlayerHostState playerHostState ) : void | ||
SetPlaying ( bool value ) : void |
Метод | Описание | |
---|---|---|
OnA2DPConnected ( string address, string link ) : void | ||
OnAVRCPConnected ( string address, string link ) : void | ||
ParseNowPlaying ( string p ) : void | ||
ProcessBTNotification ( string s ) : void | ||
ProcessSendCommand ( object o ) : void | ||
UpdateNowPlayingScreen ( |
||
port_DataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void |
public BluetoothWT32 ( string port, string pin = "0000" ) : System | ||
port | string | |
pin | string | |
Результат | System |
protected OnBTCommandReceived ( Link link, byte command ) : void | ||
link | Link | |
command | byte | |
Результат | void |
protected OnPlayerHostStateChanged ( PlayerHostState playerHostState ) : void | ||
playerHostState | PlayerHostState | |
Результат | void |
public SendCommand ( |
||
message | ||
link | Link | |
description | string | |
Результат | void |
public SendCommand ( byte command, Link link, string description = "" ) : void | ||
command | byte | |
link | Link | |
description | string | |
Результат | void |
public SendCommand ( string command, Link link = Link.Control ) : void | ||
command | string | |
link | Link | |
Результат | void |