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



Address of reciever
Message to send
offset if any in the byte array
size of the message
Time to use for timestamp
Send a time stamped message. Time stamp is specified in call
Syntax
'Declaration
 
Public Overloads Function SendTimeStamped( _
   ByVal Address As UShort, _
   ByVal message() As Byte, _
   ByVal offset As UShort, _
   ByVal size As UShort, _
   ByVal eventTime As UInteger _
) As NetOpStatus
'Usage
 
Dim instance As MACBase
Dim Address As UShort
Dim message() As Byte
Dim offset As UShort
Dim size As UShort
Dim eventTime As UInteger
Dim value As NetOpStatus
 
value = instance.SendTimeStamped(Address, message, offset, size, eventTime)

Parameters

Address
Address of reciever
message
Message to send
offset
offset if any in the byte array
size
size of the message
eventTime
Time to use for timestamp

Return Value

Status of operation
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members
Overload List

Send Feedback