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



Address of recipient
Payload (in byte array) to send
Offset into array
Size of packet
Time value to add to packet
Send packet with time value
Syntax
'Declaration
 
Public Overloads Function Send( _
   ByVal address As UShort, _
   ByVal payload() As Byte, _
   ByVal offset As UShort, _
   ByVal size As UShort, _
   ByVal eventTime As Date _
) As NetOpStatus
'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 NetOpStatus
 
value = instance.Send(address, payload, offset, size, eventTime)

Parameters

address
Address of recipient
payload
Payload (in byte array) to send
offset
Offset into array
size
Size of packet
eventTime
Time value to add to packet

Return Value

Result status
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACPipe Class
MACPipe Members
Overload List

Send Feedback