message (property)

The message being sent (alphanumeric).

Syntax

@property (nonatomic,readwrite,assign,getter=message,setter=setMessage:) NSString* message;
- (NSString*)message;
- (void)setMessage:(NSString*)newMessage;
public var message: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the message being sent (alphanumeric). The message can be a single line or split over multiple lines depending on what the restrictions of the receiving device and gateway. Normally messages are no longer than 100 bytes long.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]