Click or drag to resize
NAMessage Class
NewAer
Represents a message to be passed to another NewAer device over BTLE.
Inheritance Hierarchy
SystemObject
  NewAer.SDKNAMessage

Namespace: NewAer.SDK
Assembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntax
public class NAMessage

The NAMessage type exposes the following members.

Constructors
  NameDescription
Public methodNAMessage
Initializes a new instance of the NAMessage class
Top
Properties
  NameDescription
Public propertyDevice
Gets or sets the destination device
Public propertyMessage
Gets or sets the message.
Top
See Also