nn::nex::MessagingClient Class

Syntax

class MessagingClient : public nn::nex::ServiceClient

Description

Class for using instant messaging features.

Member Functions

MessagingClient Constructor.
SendInstant Sends an instant message.
SendChat Sends an instant message to all participants in a gathering.
RegisterMessagingNotificationHandler Registers a message handler.
UnregisterMessagingNotificationHandler Deletes a registered message handler.
V Bind Sets a certificate required to use this service.
V Unbind Releases certificate information.
GetCredentials Gets the Credentials object that has been bound using the Bind function.(Inherited from ServiceClient.)

Class Hierarchy

nn::nex::RootObject
  nn::nex::ServiceClient
    nn::nex::MessagingClient

Revision History

2011/01/27
Initial version.

CONFIDENTIAL