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



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

Parameters

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

Return Value

Result status
Requirements

Target Platforms: eMote .NOW

See Also

Reference

IMAC Interface
IMAC Members
Overload List

Send Feedback