B4J Programming Press on the image to return to the main documentation page.

jGetMac

Written by giga

List of types:

jGetMac

jGetMac


Events:

getMacAddressFromClient ()
getMacAddress()

Members:


  MacAddressFromClient As String [read only]

Members description:

MacAddressFromClient As String [read only]
Gets Mac Address From the client Set it as Read only from String
Example Dim mac As JGetMac
Dim S As String
S = mac.getmacAddressFromClient
lbl1.Text = S
Top