Свойство | Type | Description | |
---|---|---|---|
client | csImb |
Свойство | Type | Description | |
---|---|---|---|
CreateShadowServiceForSharedService | PoiService | ||
Imb_OnVariable | void | ||
InitImb | void | ||
JoinSharedService | void | ||
ListReset | void | ||
ProcessReceivedImbBusVariable | void | ||
ReceivedPrivateMessage | void | ||
ReceivedServiceNotificationOnImbBus | void | ||
SendData | void | ||
SendPrivateMessage | void | ||
SendServiceReset | void | ||
SendToImbBusSubscriptedToService | void | ||
ServicesCollectionChanged | void |
Méthode | Description | |
---|---|---|
AddLocalDataService ( string folder, Mode _mode, string file, string originFolder = "", bool autoStart = false ) : PoiService | ||
AddLocalDataServices ( string folder, Mode myMode, string originFolder = "", bool autoStart = false ) : void | ||
AddService ( Service s, Mode serviceMode ) : void |
Add and init a service
|
|
DataServerBase ( ) : System | ||
DeleteService ( PoiService s ) : void |
delete a service
|
|
RemoveService ( Service s ) : void |
Remove a service
|
|
SendEvent ( string title, string content ) : void | ||
SendFile ( string imageId, byte image, Service service ) : void | ||
SendPrivateMessage ( int pToImbHandle, |
||
SendPrivateMessage ( int server, PrivateMessageActions action, System.Guid serviceId ) : void | ||
SendPrivateMessage ( int server, PrivateMessageActions action, System.Guid serviceId, string contentId, System.Guid ownerId ) : void | ||
Start ( Mode startMode ) : void |
Start server
|
|
Start ( string folder, Mode myMode, string originFolder, bool autoStart = false, bool addLocalServices = true ) : void | ||
Stop ( ) : void |
Stop server
|
|
Subscribe ( Service s ) : void | ||
Subscribe ( Service s, Mode pMode ) : void |
Subscribe to a service. a local file will be openened from file, otherwise a subscription request will be send
|
|
TriggerTapped ( TappedEventArgs tappedEventArgs ) : void | ||
UnSubscribe ( Service s ) : void |
unsubscribe from a service
|
Méthode | Description | |
---|---|---|
CreateShadowServiceForSharedService ( string pSharedServiceName, System.Guid pSharedServiceGuid, int pImbHandleSharingService ) : PoiService |
|
|
Imb_OnVariable ( |
||
InitImb ( ) : void |
Initialize imb connection
|
|
JoinSharedService ( bool pServiceAlreadyExsisted, PoiService pSharedService ) : void | ||
ListReset ( System.Guid serviceId, byte buffer, string channel ) : void |
Received a complete content list from the server
|
|
ProcessReceivedImbBusVariable ( string pImbVariableName, string pImbVariableContent ) : void | ||
ReceivedPrivateMessage ( |
received message on private channel
|
|
ReceivedServiceNotificationOnImbBus ( string pImbVariableName, string pImbVariableContent ) : void |
IMB bus variable updated
|
|
SendData ( int receiver, Service service, string contentId, System.Guid ownerId, string channel ) : void |
Send file (icon, image, audio) to a specific client
|
|
SendPrivateMessage ( int server, PrivateMessageActions action, System.Guid serviceId, string contentId, byte data, System.Guid ownerId, string channelName ) : void | ||
SendServiceReset ( int sender, System.Guid serviceId, int priority ) : void |
Send all content lists from a service to a client
|
|
SendToImbBusSubscriptedToService ( System.Guid pServiceId, int pImbClientHandle ) : void | ||
ServicesCollectionChanged ( object sender, |
public AddLocalDataService ( string folder, Mode _mode, string file, string originFolder = "", bool autoStart = false ) : PoiService | ||
folder | string | |
_mode | Mode | |
file | string | |
originFolder | string | |
autoStart | bool | |
Résultat | PoiService |
public AddLocalDataServices ( string folder, Mode myMode, string originFolder = "", bool autoStart = false ) : void | ||
folder | string | |
myMode | Mode | |
originFolder | string | |
autoStart | bool | |
Résultat | void |
public AddService ( Service s, Mode serviceMode ) : void | ||
s | Service | |
serviceMode | Mode | |
Résultat | void |
public DeleteService ( PoiService s ) : void | ||
s | PoiService | |
Résultat | void |
public SendEvent ( string title, string content ) : void | ||
title | string | |
content | string | |
Résultat | void |
public SendFile ( string imageId, byte image, Service service ) : void | ||
imageId | string | |
image | byte | |
service | Service | |
Résultat | void |
public SendPrivateMessage ( int pToImbHandle, |
||
pToImbHandle | int | |
pm | ||
Résultat | void |
public SendPrivateMessage ( int server, PrivateMessageActions action, System.Guid serviceId ) : void | ||
server | int | |
action | PrivateMessageActions | |
serviceId | System.Guid | |
Résultat | void |
public SendPrivateMessage ( int server, PrivateMessageActions action, System.Guid serviceId, string contentId, System.Guid ownerId ) : void | ||
server | int | |
action | PrivateMessageActions | |
serviceId | System.Guid | |
contentId | string | |
ownerId | System.Guid | |
Résultat | void |
public Start ( string folder, Mode myMode, string originFolder, bool autoStart = false, bool addLocalServices = true ) : void | ||
folder | string | |
myMode | Mode | |
originFolder | string | |
autoStart | bool | |
addLocalServices | bool | |
Résultat | void |
public Subscribe ( Service s, Mode pMode ) : void | ||
s | Service | |
pMode | Mode | |
Résultat | void |
public TriggerTapped ( TappedEventArgs tappedEventArgs ) : void | ||
tappedEventArgs | TappedEventArgs | |
Résultat | void |