Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) DeviceListener.CloseAsync示例
编程语言:
C# (CSharp)
类/类型:
DeviceListener
方法/功能:
CloseAsync
hotexamples.com的示例:
1
C# (CSharp) DeviceListener.CloseAsync - 已找到1个示例
。这些是从开源项目中提取的最受好评的
DeviceListener.CloseAsync
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Start(10)
Create(9)
Find(6)
Dispose(6)
Stop(5)
CheckForDevicesAsync(4)
SDCardPlayFile(2)
RemoveAll(2)
IntercomStop(2)
IntercomStart(2)
StartListen(2)
InitializeAsync(2)
SDCardGetPlayFileStatus(2)
ConnectAsync(2)
connectToPort(2)
SDCardGetNextFile(1)
StopListen(1)
StartListening(1)
SwitchDevice(1)
disconnectFromAllDevices(1)
disconnectFromPort(1)
getDeviceValue(1)
SDCardUploadFile(1)
SDCardPlayFileStop(1)
startListening(1)
Apply(1)
Poll(1)
SDCardGetInfo(1)
FilePlayStop(1)
CloseAsync(1)
DeviceChanged(1)
DeviceUpdated(1)
FileEmergencyPlayStart(1)
FileEmergencyPlayStop(1)
FilePlayStart(1)
FirmwareUpdate(1)
SDCardGetFirstFile(1)
GetDeviceName(1)
IntercomEmergencyStart(1)
IntercomEmergencyStop(1)
LoadBagAsync(1)
AudioSetVolume(1)
SDCardDeleteFile(1)
stopListening(1)
常用方法
Start (10)
Create (9)
Find (6)
Dispose (6)
Stop (5)
CheckForDevicesAsync (4)
SDCardPlayFile (2)
RemoveAll (2)
IntercomStop (2)
IntercomStart (2)
常用方法
StartListen (2)
InitializeAsync (2)
SDCardGetPlayFileStatus (2)
ConnectAsync (2)
connectToPort (2)
SDCardGetNextFile (1)
StopListen (1)
StartListening (1)
SwitchDevice (1)
disconnectFromAllDevices (1)
disconnectFromPort (1)
getDeviceValue (1)
SDCardUploadFile (1)
SDCardPlayFileStop (1)
startListening (1)
Apply (1)
Poll (1)
SDCardGetInfo (1)
FilePlayStop (1)
CloseAsync (1)
常用方法
disconnectFromPort (1)
getDeviceValue (1)
SDCardUploadFile (1)
SDCardPlayFileStop (1)
startListening (1)
Apply (1)
Poll (1)
SDCardGetInfo (1)
FilePlayStop (1)
CloseAsync (1)
DeviceChanged (1)
DeviceUpdated (1)
FileEmergencyPlayStart (1)
FileEmergencyPlayStop (1)
FilePlayStart (1)
FirmwareUpdate (1)
SDCardGetFirstFile (1)
GetDeviceName (1)
IntercomEmergencyStart (1)
IntercomEmergencyStop (1)
LoadBagAsync (1)
AudioSetVolume (1)
SDCardDeleteFile (1)
stopListening (1)
常用方法
DeviceChanged (1)
DeviceUpdated (1)
FileEmergencyPlayStart (1)
FileEmergencyPlayStop (1)
FilePlayStart (1)
FirmwareUpdate (1)
SDCardGetFirstFile (1)
GetDeviceName (1)
IntercomEmergencyStart (1)
IntercomEmergencyStop (1)
LoadBagAsync (1)
AudioSetVolume (1)
SDCardDeleteFile (1)
stopListening (1)
DeviceListener Class Documentation
示例#1
0
显示文件
文件:
MainPage.xaml.cs
项目:
neotechsolutions/dx2018-smartbricks
private async void CloseClick(object sender, RoutedEventArgs e) { await _listener.CloseAsync(); }
x