Represents the method that will handle the
NewUSSDReceived event
of a mCore.SMS object.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Visual Basic (Declaration) |
Public Delegate Sub
NewUSSDReceivedEventHandler ( _ |
| Visual Basic (Usage) |
Dim instance As New NewUSSDReceivedEventHandler(AddressOf HandlerMethod) |
| C# |
public delegate void
NewUSSDReceivedEventHandler ( |
sender
The sender of the event which is the mCore.SMS object
e
A NewUSSDReceivedEventArgs object that contains the event data.
When you create a NewUSSDReceivedEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.
mCore.SMS.SendUSSD Method
mCore.SMS.CancelUSSDSession Method
mCore.SMS.NewUSSDIndication Property
mCore.NewUSSDReceivedEventArgs Class
mCore.SMS.NewUSSDReceivedEventHandler Delegate