Message Property
The message being sent (alphanumeric).
Object Oriented Interface
public function getMessage(); public function setMessage($value);
Procedural Interface
ipworks_snpp_get($res, 13 ); ipworks_snpp_set($res, 13, $value );
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.
Data Type
String