Method | Description | |
---|---|---|
AcceptConnectionRequest ( ulong bdAddr, byte role ) : void | ||
Close ( ) : void | ||
Connect ( |
||
Connect ( ulong bdAddr, byte pageScanRepetitionMode, ushort clockOffset ) : void | ||
DoInquiryScan ( int timeoutSeconds ) : List |
||
GetRemoteName ( |
||
Open ( ) : void | ||
Reset ( ) : void | ||
SendACLData ( byte buffer, int offset, int count ) : void | ||
SendPINCodeReply ( ulong bdAddr, string pin ) : void | ||
SetDeviceClass ( uint deviceClass ) : void | ||
SetDiscoverableMode ( bool discoverable ) : void | ||
SetLocalName ( string name ) : void | ||
USBBluetoothAdapter ( ushort vendorId, ushort productId ) : System |
Method | Description | |
---|---|---|
_SendHCICommand ( |
||
_SendHCICommand ( |
||
_SendHCICommand ( |
||
_SendHCICommand ( |
||
_WaitForCompletion ( |
||
_isoReader_DataReceived ( object sender, |
||
hci_DataReceived ( object sender, |
||
reader_DataReceived ( object sender, |
public AcceptConnectionRequest ( ulong bdAddr, byte role ) : void | ||
bdAddr | ulong | |
role | byte | |
return | void |
public Connect ( |
||
result | ||
return | void |
public Connect ( ulong bdAddr, byte pageScanRepetitionMode, ushort clockOffset ) : void | ||
bdAddr | ulong | |
pageScanRepetitionMode | byte | |
clockOffset | ushort | |
return | void |
public DoInquiryScan ( int timeoutSeconds ) : List |
||
timeoutSeconds | int | |
return | List |
public GetRemoteName ( |
||
device | ||
return | string |
public SendACLData ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
public SendPINCodeReply ( ulong bdAddr, string pin ) : void | ||
bdAddr | ulong | |
pin | string | |
return | void |
public SetDeviceClass ( uint deviceClass ) : void | ||
deviceClass | uint | |
return | void |
public SetDiscoverableMode ( bool discoverable ) : void | ||
discoverable | bool | |
return | void |
public USBBluetoothAdapter ( ushort vendorId, ushort productId ) : System | ||
vendorId | ushort | |
productId | ushort | |
return | System |