Namespace: JustRemotePhone.RemotePhoneServiceAssembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
public delegate void SMSReceivedDelegate(
string number,
string contactLabel,
string text
)
public delegate void SMSReceivedDelegate(
string number,
string contactLabel,
string text
)
Public Delegate Sub SMSReceivedDelegate ( _
number As String, _
contactLabel As String, _
text As String _
)
Public Delegate Sub SMSReceivedDelegate ( _
number As String, _
contactLabel As String, _
text As String _
)
public delegate void SMSReceivedDelegate(
String^ number,
String^ contactLabel,
String^ text
)
public delegate void SMSReceivedDelegate(
String^ number,
String^ contactLabel,
String^ text
)
type SMSReceivedDelegate =
delegate of
number : string *
contactLabel : string *
text : string -> unit
type SMSReceivedDelegate =
delegate of
number : string *
contactLabel : string *
text : string -> unit