Samraksh eMote .NOW
GetID Method (MACBase)



Get the ID of this CSMA instance
Syntax
'Declaration
 
Public Function GetID() As Byte
'Usage
 
Dim instance As MACBase
Dim value As Byte
 
value = instance.GetID()
public byte GetID()
public:
byte GetID(); 

Return Value

The ID of the instance
Requirements

Target Platforms: eMote .NOW

See Also

Reference

MACBase Class
MACBase Members

Send Feedback