Click or drag to resize

BluetoothPeerToPeerShareServiceSend Method

Send the specified data to a recipient

Namespace:  SanteDB.DisconnectedClient.UI.Services.Bluetooth
Assembly:  SanteDB.DisconnectedClient.UI (in SanteDB.DisconnectedClient.UI.dll) Version: 2.2.1
Syntax
public IdentifiedData Send(
	string recipient,
	IdentifiedData entity
)

Parameters

recipient
Type: SystemString
The device name of the recipient
entity
Type: SanteDB.Core.ModelIdentifiedData
The entity to be sent

Return Value

Type: IdentifiedData
The acknowledgement

Implements

IPeerToPeerShareServiceSend(String, IdentifiedData)
See Also