Click or drag to resize

IPeerToPeerShareService Interface

Represents a peer to peer sharing service which allows the host to share data between one or more hosts via an appropriate protocol

Namespace: SanteDB.Client.Services
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface IPeerToPeerShareService : IServiceImplementation

The IPeerToPeerShareService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodGetRecipientList Get a list of recipients which this share service can send to
Public methodSend Send the specified entity to the remote host
Top
Events
 NameDescription
Public eventReceived Fired after the data transfer has completed
Public eventReceiving Fired when the data transfer is about to begin
Public eventSending Fired when the data is about to be sent
Public eventSent Fired when the data has been sent
Top
Remarks
This should use the native operating system's BlueTooth operation for data transfer over bluetooth.
See Also