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



Address of recipient
Payload (in byte array) to send
Offset into array
Size of payload
Packet time. Used for calculating the time it spends at the buffer on the sending side.
Enqueue a message to be sent
Syntax
'Declaration
 
Public Overloads Function EnqueueToSend( _
   ByVal address As UShort, _
   ByVal payload() As Byte, _
   ByVal offset As UShort, _
   ByVal size As UShort, _
   ByVal eventTime As Date _
) As UShort
'Usage
 
Dim instance As MACPipe
Dim address As UShort
Dim payload() As Byte
Dim offset As UShort
Dim size As UShort
Dim eventTime As Date
Dim value As UShort
 
value = instance.EnqueueToSend(address, payload, offset, size, eventTime)

Parameters

address
Address of recipient
payload
Payload (in byte array) to send
offset
Offset into array
size
Size of payload
eventTime
Packet time. Used for calculating the time it spends at the buffer on the sending side.

Return Value

MsgID
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACPipe Class
MACPipe Members
Overload List

Send Feedback