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



Address of recipient
Payload (in byte array) to send
Offset into array
Size of payload
Send packet
Syntax
'Declaration
 
Public Overloads Function EnqueueToSend( _
   ByVal address As UShort, _
   ByVal payloadType As PayloadType, _
   ByVal payload() As Byte, _
   ByVal offset As UShort, _
   ByVal size As UShort, _
   ByVal eventTime As Date _
) As UShort
'Usage
 
Dim instance As MACBase
Dim address As UShort
Dim payloadType As PayloadType
Dim payload() As Byte
Dim offset As UShort
Dim size As UShort
Dim eventTime As Date
Dim value As UShort
 
value = instance.EnqueueToSend(address, payloadType, payload, offset, size, eventTime)

Parameters

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

Return Value

Result status
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members
Overload List

Send Feedback