Class SMSReceivedEventArgs
Provides the SMS received event.
Inheritance
System.Object
System.EventArgs
SMSReceivedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: XBeeLibrary.Core.Events
Assembly: XBeeLibrary.Core.dll
Syntax
public class SMSReceivedEventArgs : EventArgs
Constructors
SMSReceivedEventArgs(SMSMessage)
Instantiates a SMSReceivedEventArgs object with the provided parameters.
Declaration
public SMSReceivedEventArgs(SMSMessage smsMessage)
Parameters
Type | Name | Description |
---|---|---|
SMSMessage | smsMessage | The received SMS message. |
Properties
SMSReceived
The received SMS that contains the SMS text and the phone number that sent the message.
Declaration
public SMSMessage SMSReceived { get; }
Property Value
Type | Description |
---|---|
SMSMessage |