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



Address of recipient
Payload (in byte array) to send
Offset into array
Size of payload
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 _
) As UShort
'Usage
 
Dim instance As MACPipe
Dim address As UShort
Dim payload() As Byte
Dim offset As UShort
Dim size As UShort
Dim value As UShort
 
value = instance.EnqueueToSend(address, payload, offset, size)
public ushort EnqueueToSend( 
   ushort address,
   byte[] payload,
   ushort offset,
   ushort size
)

Parameters

address
Address of recipient
payload
Payload (in byte array) to send
offset
Offset into array
size
Size of payload

Return Value

MsgID
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACPipe Class
MACPipe Members
Overload List

Send Feedback