Samraksh eMote .NOW
Message Constructor(Byte[])
        



Message. Size, Payload, RSSI, LQI, Src and Unicast information specified in the first 6 bytes. Rest is payload
Create a message with Size, Payload, RSSI, LQI, Src and Unicast information specified in message array
Syntax
'Declaration
 
Public Function New( _
   ByVal msg() As Byte _
)
'Usage
 
Dim msg() As Byte
 
Dim instance As New Message(msg)
public Message( 
   byte[] msg
)
public:
Message( 
   array<byte>^ msg
)

Parameters

msg
Message. Size, Payload, RSSI, LQI, Src and Unicast information specified in the first 6 bytes. Rest is payload
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Message Class
Message Members
Overload List

Send Feedback