Samraksh eMote .NOW
GetMsgWithMsgID Method (MACBase)



Syntax
'Declaration
 
Public Function GetMsgWithMsgID( _
   ByRef nativeBuffer As Byte(), _
   ByVal index As UShort _
) As DeviceStatus
'Usage
 
Dim instance As MACBase
Dim nativeBuffer As Byte()
Dim index As UShort
Dim value As DeviceStatus
 
value = instance.GetMsgWithMsgID(nativeBuffer, index)
public DeviceStatus GetMsgWithMsgID( 
   ref byte[] nativeBuffer,
   ushort index
)
public:
DeviceStatus GetMsgWithMsgID( 
   array<byte>% nativeBuffer,
   ushort index
) 

Parameters

nativeBuffer
index
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members

Send Feedback