Samraksh eMote .NOW
SendTimeStamped(UInt16,Byte[],UInt16,UInt16) Method
        



The address of reciever
Message to send
offset if any in the byte array
size of the message
Send a time stamped message. Time stamping is ddone in the send in native code
Syntax
'Declaration
 
Public Overloads Function SendTimeStamped( _
   ByVal Address As UShort, _
   ByVal message() As Byte, _
   ByVal offset As UShort, _
   ByVal size As UShort _
) As NetOpStatus
'Usage
 
Dim instance As MACBase
Dim Address As UShort
Dim message() As Byte
Dim offset As UShort
Dim size As UShort
Dim value As NetOpStatus
 
value = instance.SendTimeStamped(Address, message, offset, size)
public NetOpStatus SendTimeStamped( 
   ushort Address,
   byte[] message,
   ushort offset,
   ushort size
)
public:
NetOpStatus SendTimeStamped( 
   ushort Address,
   array<byte>^ message,
   ushort offset,
   ushort size
) 

Parameters

Address
The address of reciever
message
Message to send
offset
offset if any in the byte array
size
size of the message
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members
Overload List

Send Feedback