NewAer
Represents a message to be passed to another NewAer device over BTLE.
Inheritance Hierarchy
Namespace: NewAer.SDKAssembly: NewAer (in NewAer.dll) Version: 5.1.16.3 (5.1.16.3)
Syntaxpublic ref class NAMessage
type NAMessage = class end
The NAMessage type exposes the following members.
Constructors
| Name | Description |
---|
 | NAMessage | Initializes a new instance of the NAMessage class |
Top
Properties
| Name | Description |
---|
 | Device |
Gets or sets the destination device
|
 | Message |
Gets or sets the message.
|
Top
See Also